gtk2/tests
Matthias Clasen 812e0cfdb7 Support vertical menubars (#166632):
2005-02-11  Matthias Clasen  <mclasen@redhat.com>

	Support vertical menubars  (#166632):

	* gtk/gtkenums.h (GtkPackDirection): New enumeration for pack
	directions, with values for left-to-right, right-to-left,
	top-to-bottom and bottom-to-top.

	* gtk/gtk.symbols:
	* gtk/gtkmenubar.h:
	* gtk/gtkmenubar.c: Add two properties, pack-direction and
	child-pack-direction, which specify how children and
	grandchildren of a menubar are packed, with getters and setters.

	* gtk/gtkmenubar.c (gtk_menu_bar_set_property):
	(gtk_menu_bar_get_property): Implement set_property and get_property.

	* gtk/gtkmenubar.c (gtk_menu_bar_size_request):
	(gtk_menu_bar_size_allocate): Take pack direction into account.

	* gtk/gtkmenubar.c (gtk_menu_bar_move_current): Implement
	move_current here move all the menubar-specific direction
	tweaking from the generic menushell implementation here.

	* gtk/gtkmenu.c (gtk_menu_move_current): Move  menu-specific
	direction tweaking from the generic menushell implementation here.

	* gtk/gtkmenuitem.c (gtk_menu_item_size_request):
	(gtk_menu_bar_size_allocate): Take pack direction into account.

	* gtk/gtkimagemenuitem.c (gtk_image_menu_item_size_request)
	(gtk_image_menu_item_size_allocate):
	(gtk_image_menu_item_toggle_size_request): Take child pack
	direction into account and pack the image vertically if
	necessary.

	* gtk/gtkmenushell.c (gtk_menu_shell_real_select_item):
	Set the submenu direction to left-right for menuitems in
	vertical menubars.
	(gtk_real_menu_shell_move_current): Simplify by moving
	direction tweaking to menu- and menubar-specific
	implementations. Take pack direction into account when
	doing fallbacks.

	* tests/testmenubars.c: Test menubars in various packing
	direction combinations.

	* tests/Makefile.am (noinst_PROGRAMS): Add testmenubars.
2005-02-11 07:15:11 +00:00
..
test-images image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
.cvsignore Add gdk_drawable_set_cairo_target(). 2005-02-03 23:29:02 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
apple-red.png Insert cast to fix warning. Assign something to old_value to quiet gcc 2003-07-03 01:02:04 +00:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
gnome-textfile.png Add testiconview. A test for GtkIconView ...which uses this image. 2004-08-04 14:32:45 +00:00
Makefile.am Support vertical menubars (#166632): 2005-02-11 07:15:11 +00:00
makefile.msc build with Cairo dependency. The patch to acually use Cairo on win32 will 2005-02-07 20:22:05 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
merge-1.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-2.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-3.ui Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
pixbuf-lowmem.c image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
pixbuf-random.c image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
pixbuf-randomly-modified.c Deprecation cleanup 2002-10-13 23:22:33 +00:00
pixbuf-read.c image files for testing pixbuf loaders the old test-loaders.c split into 2002-05-05 00:59:42 +00:00
pixbuf-threads.c *** empty log message *** 2004-11-12 05:42:49 +00:00
prop-editor.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
prop-editor.h Make it work, even if the window is already realized or mapped. 2002-04-30 23:44:14 +00:00
simple.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
stresstest-toolbar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testactions.c Add some refcount debugging. 2004-07-20 17:10:24 +00:00
testcairo.c Add gdk_drawable_set_cairo_target(). 2005-02-03 23:29:02 +00:00
testcalendar.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testcombo.c remove unused function. 2005-02-04 22:17:11 +00:00
testcombochange.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testdnd.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testellipsise.c exit on close. 2004-09-30 14:46:21 +00:00
testentrycompletion.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
testfilechooser.c Merged from gtk-2-6: 2005-01-25 01:35:09 +00:00
testfilechooserbutton.c Use a GtkComboBox in SELECT_FOLDER mode (#157726). 2004-12-15 14:58:39 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. 2004-11-21 16:24:01 +00:00
testgtkrc Add a --screen option for setting the default screen. (Based on a patch 2002-10-31 21:12:23 +00:00
testgtkrc2 Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
testicontheme.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
testiconview.c Test oversized items. 2004-12-14 14:08:30 +00:00
testimage.c Add a new type GTK_IMAGE_ICON_NAME for named icons, update the size and 2004-10-25 04:36:39 +00:00
testinput.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testmenubars.c Support vertical menubars (#166632): 2005-02-11 07:15:11 +00:00
testmenus.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testmerge.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
testmultidisplay.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testmultiscreen.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testrgb.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testselection.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testsocket_child.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testsocket_common.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testsocket.c Fix many sparse warnings. 2004-10-28 15:00:05 +00:00
testspinbutton.c Add new testspinbutton.c 2004-03-12 15:49:22 +00:00
testtext.c Add a "Select All" menuitem. (#156792, Paolo Borelli) 2004-10-30 04:13:24 +00:00
testtextbuffer.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testthreads.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testtoolbar.c Add sensitivity-changing timeout. Written by Christian Persch. 2004-12-22 19:25:24 +00:00
testtreecolumns.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
testtreeedit.c Add a progress cell renderer, based on the one found in Epiphany. 2004-05-12 16:07:44 +00:00
testtreeflow.c Add gdk_drawable_set_cairo_target(). 2005-02-03 23:29:02 +00:00
testtreefocus.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testtreemodel.c #include <config.h> for HAVE_MALLINFO define, other minor cleanups. 2004-09-21 23:53:27 +00:00
testtreesort.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
testtreeview-plan.txt handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
testtreeview.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
testxinerama.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
treestoretest.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00