Gimp/devel-docs/libgimpwidgets
Ell d928ed7252 libgimpwidgets: add GimpSpinButton
GimpSpinButton is a drop-in replacement for (and a subclass of)
GtkSpinButton.  Unlike GtkSpinButton, it avoids updating the
adjustment value when losing focus, unless the entry text has
changed.  This prevents accidental loss of precision, when the
adjustment value can't be accurately displayed in the entry.

Note that libgimpwidgets already defines a (deprecated)
gimp_spin_button_new() function.  This commit stays compatible with
the old function, by defining GimpSpinButton's _new() function as
gimp_spin_button_new_(), and defining a variadic
gimp_spin_button_new() macro, which expands to either the old or
the new function, based on the number of arguments, so that either
function can be used transparently as gimp_spin_button_new().  This
is all gone in master.
2018-11-10 06:57:54 -05:00
..
images devel-docs: fix icons and widget screenshots in the libgimpwidgets docs 2015-05-30 22:01:03 +02:00
tmpl devel-docs: more updates 2015-06-01 00:44:35 +02:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
libgimpwidgets-docs.sgml libgimpwidgets: add GimpSpinButton 2018-11-10 06:57:54 -05:00
libgimpwidgets-overrides.txt
libgimpwidgets-sections.txt libgimpwidgets: add GimpSpinButton 2018-11-10 06:57:54 -05:00
libgimpwidgets.types libgimpwidgets: add GimpSpinButton 2018-11-10 06:57:54 -05:00
Makefile.am libgimpwidgets: don't babl_init() in gimp_color_scale_class_init() 2017-05-31 22:14:42 -04:00
version.in
visual-index.xml devel-docs: fix icons and widget screenshots in the libgimpwidgets docs 2015-05-30 22:01:03 +02:00