diff options
author | Mark McLoughlin <mark@skynet.ie> | 2003-10-28 15:32:21 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@src.gnome.org> | 2003-10-28 15:32:21 +0000 |
commit | 6ccf2d2d09ad77f736ed827f34b6695804e882fe (patch) | |
tree | 9f11dab0bcf740a6cae3c3ac0836f18aae27847c /ChangeLog.pre-2-8 | |
parent | 5f9345d82996ddf40523fb2ee303dd79f8325457 (diff) | |
download | gtk+-6ccf2d2d09ad77f736ed827f34b6695804e882fe.tar.gz |
hook up the destroy handler. (gtk_expander_destroy),
2003-10-28 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.c:
(gtk_expander_class_init): hook up the destroy handler.
(gtk_expander_destroy), (gtk_expander_unrealize):
remove the expand/collapse timeout on destroy instead
of unrealize to avoid leaving the expander in a inconsistent
state when unrealizing during animation.
(gtk_expander_start_animation): remove realized check.
(gtk_expander_set_expanded): if the widget isn't realized,
expand immediately.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 81db898015..120c6cc7bf 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +2003-10-28 Mark McLoughlin <mark@skynet.ie> + + * gtk/gtkexpander.c: + (gtk_expander_class_init): hook up the destroy handler. + (gtk_expander_destroy), (gtk_expander_unrealize): + remove the expand/collapse timeout on destroy instead + of unrealize to avoid leaving the expander in a inconsistent + state when unrealizing during animation. + (gtk_expander_start_animation): remove realized check. + (gtk_expander_set_expanded): if the widget isn't realized, + expand immediately. + Tue Oct 28 09:44:16 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently |