summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Functions to test the toolbar space style.Andrew T. Veliath1998-12-081-9/+103
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Include radio buttons when setting relief for button items.Andrew T. Veliath1998-11-241-0/+2
* When setting relief, also affect toggle buttons.Havoc Pennington1998-11-231-1/+3
* Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON beforeFederico Mena Quintero1998-09-161-1/+1
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-7/+21
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-0/+2
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-25/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-1/+39
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* changed packing in toolbar elements, so texts are always at the bottomRadek Doulik1998-03-211-9/+9
* Moved the gtk_signal_connect of the specified callback into the bigFederico Mena Quintero1998-03-141-193/+205
* refuse to allocate with a greater height than requested.Tim Janik1998-03-141-5/+9
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* Added gtk_toolbar_*_element() functions. Rewrote othersrhlabs1998-02-231-132/+181
* api changes to GtkToolBar to support the private tooltips text also.Tim Janik1998-02-211-13/+19
* 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