diff options
author | Stefan Jeske <stefan@src.gnome.org> | 1999-02-28 16:04:47 +0000 |
---|---|---|
committer | Stefan Jeske <stefan@src.gnome.org> | 1999-02-28 16:04:47 +0000 |
commit | 209f5d5cd4078861b6f0fa593f57802c84ea2a7b (patch) | |
tree | f1ffb0d9d364134dc83aba2d6fe4c50c22f35647 /ChangeLog.pre-2-4 | |
parent | e84df313c42338029e3c21006dd08e93dc692f77 (diff) | |
download | gtk+-209f5d5cd4078861b6f0fa593f57802c84ea2a7b.tar.gz |
Added two new signals to GtkSpinButton, "input" and "output", to make the
* 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.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f12cd2c4ce..5c8a5f7596 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +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 |