gtk/examples
2018-06-16 10:16:41 +02:00
..
application1
application2
application3 examples: Remove explicit gtk_widget_show() 2018-05-09 15:27:55 +05:30
application4 examples: Remove explicit gtk_widget_show() 2018-05-09 15:27:55 +05:30
application5 examples: Remove explicit gtk_widget_show() 2018-05-09 15:27:55 +05:30
application6 examples: Remove explicit gtk_widget_show() 2018-05-09 15:27:55 +05:30
application7 examples: Use icon-name property to set button icons 2018-05-09 15:28:28 +05:30
application8 examples: Use icon-name property to set button icons 2018-05-09 15:28:28 +05:30
application9 examples: Remove unused variables 2018-05-12 17:32:16 +05:30
application10 examples: Remove unused variables 2018-05-12 17:32:16 +05:30
bp
action-namespace.c
builder.c
builder.ui
drawing.c
grid-packing.c
hello-world.c
meson.build
plugman.c
README
search-bar.c search bar example: remove unused function 2018-06-16 10:16:41 +02:00
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