summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-6/+12
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-1/+1
* make toolbar Child structure accesible from appsRadek Doulik1998-01-301-50/+33
* Set container_class->focus to NULL. Widgets in the toolbar should not getFederico Mena1998-01-191-0/+1
* Removed the GTK_PIXMAP casts to match Eckehard's new prototypes.Federico Mena1998-01-191-8/+9
* changed gtk_toolbar_{append,prepend,inser]_item to accept any GtkWidget asMET Eckehard Berns1998-01-181-3/+3
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Re-indented to GNU style to be consistent with the rest of Gtk - FedericoArturo Espinosa1998-01-131-591/+616
* Fixed child->icon and child->label == NULL bugs.Federico Mena Quintero1998-01-131-112/+341
* Added "orientation_changed" and "style_changed" signals to GtkToolbar.Arturo Espinosa1997-12-231-17/+186
* Demo works fine. I have to add the missing functions for setting the toolbar'sArturo Espinosa1997-12-231-4/+47
* It compiles. Now I will add the toolbar example to testgtk.c - FedericoArturo Espinosa1997-12-221-21/+25
* Very basic functionality seems to be complete; I'll try compiling itArturo Espinosa1997-12-221-17/+151
* Started work on a GtkToolbar widget. The idea is to eventually dump aArturo Espinosa1997-12-191-0/+300