Skip to content

Files

Latest commit

author
Matthias Clasen
Oct 29, 2022
9948053 · Oct 29, 2022

History

History
This branch is 4 commits ahead of, 9345 commits behind GNOME/gtk:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 24, 2020
Jul 24, 2020
Jul 24, 2020
Aug 13, 2020
Aug 13, 2020
Aug 13, 2020
Aug 2, 2020
Aug 13, 2020
Aug 13, 2020
Oct 29, 2022
Jun 29, 2021
Aug 13, 2020
Oct 29, 2022
Oct 21, 2020
Aug 2, 2020
Jun 16, 2021
May 11, 2020
Jul 5, 2021
Jun 8, 2021
Aug 31, 2020
Jul 24, 2020
Jul 3, 2021
Jun 16, 2021
Jan 20, 2017
= 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