gtk/examples
Matthias Clasen ed13e6a41e grid layout: Rename some properties
Rename GtkGridLayoutChild:left-attach/top-attach to
GtkGridLayoutChild:column/row. Update all users.

Fixes: #2967
2020-08-02 17:58:03 -04:00
..
application1 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
application2 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
application3 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
application4 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
application5 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
application6 grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
application7 grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
application8 grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
application9 grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
application10 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
bp Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
action-namespace.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
builder.c
builder.ui grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
drawing.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
grid-packing.c
hello-world.c
meson.build
plugman.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
README
search-bar.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
sunny.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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