gtk2/examples
Matthias Clasen 9e0c471b03 entry, spin button: Drop redundant API
Avoid duplicating GtkEditable APIs. Port existing users.
2019-02-28 16:34:00 -05:00
..
application1
application2
application3
application4
application5
application6
application7 entry, spin button: Drop redundant API 2019-02-28 16:34:00 -05:00
application8 entry, spin button: Drop redundant API 2019-02-28 16:34:00 -05:00
application9 entry, spin button: Drop redundant API 2019-02-28 16:34:00 -05:00
application10 entry, spin button: Drop redundant API 2019-02-28 16:34:00 -05:00
bp entry, spin button: Drop redundant API 2019-02-28 16:34:00 -05:00
action-namespace.c
builder.c
builder.ui
drawing.c
grid-packing.c
hello-world.c
meson.build
plugman.c
README
search-bar.c
sunny.c
window-default.c

= Examples =

== Building the examples ==

The examples in this directory are built alongside the rest of GTK.

The examples under the `application[1-10]` directories are also included in
the GTK API reference documentation, and can be built independently, using
the system libraries, by doing:

    $ cd application1
    $ make -f Makefile.example