summaryrefslogtreecommitdiff
path: root/tests/testtreemenu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-17/+17
* tests: Remove unused includeBenjamin Otte2012-05-071-1/+0
* tests: use GdkRGBA instead GdkColorJavier Jardón2011-06-131-5/+5
* tests: Use gtk_box_new() instead v/h subclassesJavier Jardón2011-04-221-1/+1
* tests: Fix compile warnings for people who don't read gcc output.Benjamin Otte2011-01-051-1/+1
* Fixed gtktreemenu for new gtkcellareabox api.Tristan Van Berkom2011-01-041-3/+3
* Make GtkTreeMenu a private class:Tristan Van Berkom2011-01-041-25/+43
* Adding a combo box to testtreemenu to show the GtkTreeMenu at work as a combo...Tristan Van Berkom2011-01-041-21/+25
* Added orientation control to the treemenu test.Tristan Van Berkom2011-01-041-4/+21
* Support grid mode in GtkTreeMenuTristan Van Berkom2011-01-041-7/+143
* Added gtk_tree_menu_set/get_tearoff to allow the root menu to have a tearoff ...Tristan Van Berkom2011-01-041-0/+15
* Added GtkTreeMenuHeaderFunc to decide if a submenu gets a leaf header.Tristan Van Berkom2011-01-041-1/+71
* Adding more "small" submenus to testtreemenuTristan Van Berkom2011-01-041-2/+30
* Added submenus to tests/testtreemenuTristan Van Berkom2011-01-041-4/+27
* Adding GtkTreeMenu class.Tristan Van Berkom2011-01-041-0/+245