Turn off GTK_DISABLE_DEPRECATED, since this test uses the

2003-09-27  Matthias Clasen  <maclas@gmx.de>

	* tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
	this test uses the soon-to-be-deprecated GtkItemFactory.

	* demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
	remove item_factory.c

	* demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c
	using GtkUIManager instead of GtkItemFactory.
This commit is contained in:
Matthias Clasen
2003-09-26 23:33:46 +00:00
committed by Matthias Clasen
parent eeed9d1890
commit e4507b6018
9 changed files with 274 additions and 122 deletions

View File

@ -12,8 +12,8 @@ demos = \
dialog.c \
drawingarea.c \
editable_cells.c \
hypertext.c \
images.c \
item_factory.c \
list_store.c \
menus.c \
panes.c \
@ -22,7 +22,7 @@ demos = \
stock_browser.c \
textview.c \
tree_store.c \
hypertext.c
ui_manager.c
INCLUDES = \
-DDEMOCODEDIR="\"$(democodedir)\"" \