gtk2/examples
Alexander Mikhaylenko 7c3b30036e headerbar: Show title buttons by default
Most of the time show-title-buttons is set to TRUE. Go ahead and make that
the default.
2020-07-02 23:51:16 +05:00
..
application1 examples: Add common_cflags to executables 2020-05-18 11:30:08 +02:00
application2 examples: Add common_cflags to executables 2020-05-18 11:30:08 +02:00
application3 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application4 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application5 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application6 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application7 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application8 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application9 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
application10 scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -04:00
bp scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -04:00
action-namespace.c
builder.c
builder.ui
drawing.c
grid-packing.c
hello-world.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
meson.build
plugman.c scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -04:00
README
search-bar.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
sunny.c headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
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