diff options
author | Tim Janik <timj@gtk.org> | 1998-03-26 21:57:45 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-26 21:57:45 +0000 |
commit | c2906f2beaf51a3528550e3146fc046ad9b7c65f (patch) | |
tree | a36a48cd35aed86584fbab7c39eaf87fa43928c0 /ChangeLog.pre-2-10 | |
parent | a74e338517b9b7cab0b422b4a0361cb0ef50593d (diff) | |
download | gtk+-c2906f2beaf51a3528550e3146fc046ad9b7c65f.tar.gz |
always display the correct active state.
Thu Mar 26 21:37:57 1998 Tim Janik <timj@gtk.org>
* gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): always
display the correct active state.
* gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): always
display the correct active state.
* gtk/gtkwidget.c (gtk_widget_set_arg): CAN_FOCUS and CAN_DEFAULT flag
changes need to queue a resize.
* gtk/gtkbutton.c (gtk_button_paint): take border_width into
consideration for restrict area.
* gtk/gtktogglebutton.c (gtk_toggle_button_class_init): enable the
draw_default member of GtkButton, otherwise the diplay is messed up
for CAN_DEFAULT toggles.
(gtk_toggle_button_draw_focus): always display whether the toggle button
is active or not.
* gtk/gtkwidget.c (gtk_widget_set_state):
(gtk_widget_set_sensitive):
(gtk_widget_set_parent):
(gtk_widget_propagate_state): take into consideration, whether we really
want to change childrens states, or just restauration of old states.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4bbff7ee64..b9dd909cec 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,29 @@ +Thu Mar 26 21:37:57 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): always + display the correct active state. + + * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): always + display the correct active state. + + * gtk/gtkwidget.c (gtk_widget_set_arg): CAN_FOCUS and CAN_DEFAULT flag + changes need to queue a resize. + + * gtk/gtkbutton.c (gtk_button_paint): take border_width into + consideration for restrict area. + + * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): enable the + draw_default member of GtkButton, otherwise the diplay is messed up + for CAN_DEFAULT toggles. + (gtk_toggle_button_draw_focus): always display whether the toggle button + is active or not. + + * gtk/gtkwidget.c (gtk_widget_set_state): + (gtk_widget_set_sensitive): + (gtk_widget_set_parent): + (gtk_widget_propagate_state): take into consideration, whether we really + want to change childrens states, or just restauration of old states. + Thu Mar 26 15:33:50 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkwidget.c: When gtk_widget_draw() is called on a |