summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/menus.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Don't right-justify menu itemsBenjamin Otte2011-05-021-1/+0
* gtk-demo: Make the menu example work againMatthias Clasen2011-02-171-37/+7
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-3/+3
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-3/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Cosmetic fixesMatthias Clasen2009-08-311-19/+16
* change_orientation() should return void, remove unused variable inManish Singh2005-07-071-2/+1
* Demonstrate vertical menubarsMatthias Clasen2005-07-051-9/+69
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-2/+3
* Fix some unused variables.Owen Taylor2003-10-231-2/+0
* Replace GtkItemFactory by GtkUIManager in the intro (again).Matthias Clasen2003-10-101-2/+2
* Deprecate. Ditto.Kristian Rietveld2003-10-101-59/+0
* demos/gtk-demo/appwindow.c reduce compiler warningsSven Neumann2001-11-161-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-3/+2
* at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-201-9/+6
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-1/+1
* Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when weOwen Taylor2001-08-231-3/+3
* gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.Matthias Clasen2001-08-171-1/+1
* Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.Darin Adler2001-07-311-1/+1
* It's the worlds ugliest highlighting code!!!! The result is okay so longJonathan Blandford2001-05-181-5/+5
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-181-7/+27
* Added new menu separator item. The drawing and size handling is still doneAlexander Larsson2001-02-211-1/+5
* Changed to have the list become non-italic when the demo window isJonathan Blandford2000-11-181-3/+10
* Changes to make the new testgtk compile after gtk_menu_append was removed.Alexander Larsson2000-11-091-5/+5
* Start of work to move to new modularized testgtk.Owen Taylor2000-10-181-0/+187