gtk3/tests
Matthias Clasen cbc20c4dde Change the XML format: <Root> element is replaced by <ui>, <menu> element
2003-08-28  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkuimanager.c: Change the XML format:
	<Root> element is replaced by <ui>,
	<menu> element is replaced by <menubar>,
	<submenu> element is replaced by <menu>,
	<dockitem> element is replaced by <toolbar>,
	<popups> element is gone,
	verb attribute is replaced by action,
	name defaults to action or the element name.

	* gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by GtkActionEntry
	and GtkRadioActionEntry. GtkActionEntry is simplified by removing
	the user_data, entry_type and extra_data fields, GtkRadioActionEntry is
	further simplified by removing the callback. The user_data can now be
	specified as an argument to gtk_action_group_add_actions(). There is
	a new method gtk_action_group_add_radio_actions(), which is similar
	to gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
	and a callback parameter in addition to the user_data. The callback
	is connected to the ::changed signal of the first group member.
	There are _full() variants taking a GDestroyNotify of
	gtk_action_group_add_[radio_]actions().

	* gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted
	on every member of the radio group when the active member is changed.
	Add an integer property "value", and a getter for the value of "value"
	on the currently active group member.

	* tests/testactions.c:
	* tests/testmerge.c:
	* tests/merge-[123].ui:
	* demos/gtk-demo/appwindow.c: Adjust to these changes.

	* gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
2003-08-27 22:22:28 +00:00
..
test-images
.cvsignore Add stresstest-toolbar 2003-07-18 07:50:54 +00:00
3DRings.xpm
apple-red.png
check-n.xpm
check-y.xpm
circles.xbm
FilesQueue.xpm
Makefile.am A model-view separation for menus and toolbars, using the EggMenu code by 2003-08-24 19:58:30 +00:00
makefile.msc new file to build it all ... added to EXTRA_DIST 2003-07-20 15:50:14 +00:00
marble.xpm
merge-1.ui Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +00:00
merge-2.ui Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +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
pixbuf-lowmem.c
pixbuf-random.c
pixbuf-randomly-modified.c
pixbuf-read.c
prop-editor.c
prop-editor.h
simple.c
stresstest-toolbar.c remove this accidentally committed file. 2003-07-04 17:38:08 +00:00
test.xpm
testactions.c Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +00:00
testcalendar.c
testdnd.c Use g_setenv() instead of putenv(). 2003-08-02 21:35:44 +00:00
testfilechooser.c Add over-big test case for preview (much of size from a modified copy of 2003-07-23 22:30:32 +00:00
testgtk.1
testgtk.c Make the layers in the paint stack have their own pixmap instead of 2003-08-20 21:11:25 +00:00
testgtkrc
testgtkrc2
testicontheme.c
testinput.c
testmenus.c
testmerge.c Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +00:00
testmultidisplay.c
testmultiscreen.c
testrgb.c
testselection.c
testsocket_child.c
testsocket_common.c
testsocket.c
testtext.c Use g_setenv() instead of putenv(). 2003-08-02 21:35:44 +00:00
testtextbuffer.c
testthreads.c
testtoolbar.c Add an important column. 2003-08-13 09:02:57 +00:00
testtreecolumns.c
testtreeedit.c
testtreeflow.c
testtreefocus.c
testtreesort.c
testtreeview-plan.txt
testtreeview.c
testxinerama.c
treestoretest.c