Add a new example app

Add a new example to the getting started part of the docs. The focus
of this example is on 'new stuff': GtkApplication, templates, settings,
gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer,
GtkListBox, GtkMenuButton, etc.

It is being developed in several steps. Each step is put in a separate
directory below examples/: application1, ..., application8. This is a
little repetitive, but lets us use the code of all examples in the
documentation.
This commit is contained in:
Matthias Clasen
2013-07-20 00:21:48 -04:00
parent 68025551e1
commit 8087bb7a22
93 changed files with 4780 additions and 46 deletions

View File

@ -1,39 +1,7 @@
# these have a handrolled Makefile that gets in the way of distchecking
# so they will not be included in tarballs until they get integrated
# in the new 'getting started' section of the docs
OLD_EXAMPLES = \
arrow \
aspectframe \
base \
buttonbox \
buttons \
calendar \
entry \
eventbox \
fixed \
frame \
gtkdial \
helloworld \
helloworld2 \
label \
menu \
notebook \
packbox \
paned \
progressbar \
radiobuttons \
rangewidgets \
rulers \
scribble-simple \
scribble-xinput \
scrolledwin \
selection \
spinbutton \
statusbar \
table \
tictactoe \
wheelbarrow
SUBDIRS = \
application1 application2 application3 \
application4 application5 application6 \
application7 application8
AM_CPPFLAGS = \
-I$(top_srcdir) \