mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
209f5d5cd4
* gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to GtkSpinButton, "input" and "output", to make the output more flexible. The user has to provide a mapping between adjustment->value and the output string (and vice versa, if the spin button is editable). See testgtk for examples.
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
Sun Feb 28 16:46:02 1999 Stefan Jeske <stefan@gtk.org>
|
|
|
|
* gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to
|
|
GtkSpinButton, "input" and "output", to make the output more flexible.
|
|
The user has to provide a mapping between adjustment->value and the
|
|
output string (and vice versa, if the spin button is editable).
|
|
See testgtk for examples.
|
|
|
|
Sat Feb 27 01:18:47 1999 Tim Janik <timj@gtk.org>
|
|
|
|
* ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
|
|
new one.
|
|
|
|
* configure.in: set gtk+ version to 1.3.0.
|