diff options
author | Tim Janik <timj@gimp.org> | 1998-02-23 15:13:03 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-23 15:13:03 +0000 |
commit | f6f927d227858f25f1e5df5a181a856ac2151314 (patch) | |
tree | 3f4e442f6e9cba641ad84588ac134dde3210c5fe /ChangeLog | |
parent | 1b656e0ddef81edfaf95aa766716d9e6179abb46 (diff) | |
download | gtk+-f6f927d227858f25f1e5df5a181a856ac2151314.tar.gz |
implemented the statusbar widget. my first intend was to fix the code, but
Mon Feb 23 13:44:10 1998 Tim Janik <timj@gimp.org>
* gtk/gtkstatusbar.h:
* gtk/gtkstatusbar.c:
(re-)implemented the statusbar widget. my first intend was to fix the
code, but then there was nothing to fix - the whole thing was just a
big JOKE!
people who don't even know the semantics of the g_list_* functions
shouldn't put their hands on widget code and inheritance!
this is the first step to get bug "BUG: statusbar/hbox (redraw?) problem"
worked out, i have to leave now, but will continue work on the resizing code
this evening.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Mon Feb 23 13:44:10 1998 Tim Janik <timj@gimp.org> + + * gtk/gtkstatusbar.h: + * gtk/gtkstatusbar.c: + (re-)implemented the statusbar widget. my first intend was to fix the + code, but then there was nothing to fix - the whole thing was just a + big JOKE! + people who don't even know the semantics of the g_list_* functions + shouldn't put their hands on widget code and inheritance! + Sun Feb 22 20:42:04 1998 Marc Ewing <marc@redhat.com> * gtk/gtkclist.c (gtk_clist_insert): Allow inserts |