gtk-demo: Add a theming example

This commit is contained in:
Matthias Clasen
2012-05-18 01:23:45 -04:00
parent 91d01434bc
commit 6480f3c685
3 changed files with 389 additions and 1 deletions

View File

@ -43,6 +43,7 @@ demos = \
stock_browser.c \
textview.c \
textscroll.c \
theming.c \
toolpalette.c \
transparent.c \
tree_store.c \
@ -76,6 +77,7 @@ EXTRA_DIST += \
application.gresource.xml \
application.ui \
menus.ui \
theming.ui \
gtk-logo-24.png \
gtk-logo-48.png \
org.gtk.Demo.gschema.xml
@ -122,7 +124,13 @@ IMAGEFILES= alphatest.png \
gnu-keys.png \
gtk-logo-rgb.gif
democode_DATA = $(demos) $(IMAGEFILES) demo.ui menus.ui application.ui
democode_DATA = \
$(demos) \
$(IMAGEFILES) \
demo.ui \
menus.ui \
application.ui \
theming.ui
DISTCLEANFILES = demos.h