Learning_GTK4_tree/examples
Jean Sirmai c07ee22637
initial
2023-12-12 11:36:42 +01:00
..
application1 initial 2023-12-12 11:36:42 +01:00
application2 initial 2023-12-12 11:36:42 +01:00
application3 initial 2023-12-12 11:36:42 +01:00
application4 initial 2023-12-12 11:36:42 +01:00
application5 initial 2023-12-12 11:36:42 +01:00
application6 initial 2023-12-12 11:36:42 +01:00
application7 initial 2023-12-12 11:36:42 +01:00
application8 initial 2023-12-12 11:36:42 +01:00
application9 initial 2023-12-12 11:36:42 +01:00
bp initial 2023-12-12 11:36:42 +01:00
hello initial 2023-12-12 11:36:42 +01:00
README initial 2023-12-12 11:36:42 +01:00
action-namespace.c initial 2023-12-12 11:36:42 +01:00
builder.c initial 2023-12-12 11:36:42 +01:00
builder.ui initial 2023-12-12 11:36:42 +01:00
drawing.c initial 2023-12-12 11:36:42 +01:00
grid-packing.c initial 2023-12-12 11:36:42 +01:00
labels.js initial 2023-12-12 11:36:42 +01:00
meson.build initial 2023-12-12 11:36:42 +01:00
plugman.c initial 2023-12-12 11:36:42 +01:00
search-bar.c initial 2023-12-12 11:36:42 +01:00
squares.py initial 2023-12-12 11:36:42 +01:00
sunny.c initial 2023-12-12 11:36:42 +01:00
window-default.c initial 2023-12-12 11:36:42 +01:00

README

= Examples =

== Building the examples ==

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

The examples under the `application[1-9]` 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

== Running the examples ==

The examples can be run uninstalled.

The later demos are using GSettings,so they need a GSettings schema.
The code for these demos contains a workaround to look for the schema
in the current directory, so this works:

    $ cd application5
    & ./exampleapp window.ui