Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating Point Numbers with Slider and/or Spinbox #418

Open
phrozen opened this issue Sep 3, 2018 · 1 comment
Open

Floating Point Numbers with Slider and/or Spinbox #418

phrozen opened this issue Sep 3, 2018 · 1 comment
Milestone

Comments

@phrozen
Copy link

phrozen commented Sep 3, 2018

Is there a way to add decimal support to either or both of this components?

@mischnic
Copy link
Contributor

mischnic commented Sep 4, 2018

Seems to be possible at least on macOS and GTK:

NSSlider:

+ sliderWithTarget:action:
Creates and returns a continuous horizontal slider whose values range from 0.0 to 1.0.

GtkScale:

gtk_scale_set_digits

@andlabs andlabs added this to the Post-Alpha 5 milestone Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants