summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
| | | | | | Sun Apr 12 18:54:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Changed LGPL address for FSF in all .h and .c files
* fixed ifndef..define typoShawn Amundson1998-03-021-2/+2
| | | | -Shawn
* complete api change to honour message contexts. unfortunaltely this alsoTim Janik1998-03-011-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sun Mar 1 22:59:09 1998 Tim Janik <timj@gimp.org> * gtk/gtkstatusbar.h: * gtk/gtkstatusbar.c: complete api change to honour message contexts. unfortunaltely this also involved argument changes on the signal emissions which will not be caught by the compiler. your callbacks should look like: void message_text_popped (GtkStatusbar *statusbar, guint context_id, const gchar *text, gpointer func_data); * gtk/gtkwidget.c (gtk_widget_set_rc_style): eliminated bug about initial signal emission. (gtk_widget_set_parent): don't ensure style, just call gtk_widget_set_style_recurse. (gtk_widget_set_style_recurse): only change a widget's rc styles if if there has already been a lookup. * gtk/testgtk.c: adaptions for statusbar widget. substituted notebook pixmaps with pixmaps from fvwm, since we don't know where the originals came from. * gtk/gtkobject.c (gtk_object_data_destroy): call the destroy notifier with the objects data, not its internal structure. * gtk/gtkspinbutton.c (gtk_spin_button_button_press): small fix from lars.
* implemented the statusbar widget. my first intend was to fix the code, butTim Janik1998-02-231-8/+18
| | | | | | | | | | | | | | | | | | 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.
* someone forgot the __cplusplus closing brace.Miguel de Icaza1998-01-201-0/+3
| | | | | | Mon Jan 19 19:05:26 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * gtk/gtkstatusbar.h: someone forgot the __cplusplus closing brace.
* Statusbar widget. -ShawnShawn Amundson1998-01-181-0/+69
Statusbar widget. -Shawn