1GTK4-DEMO() GTK4-DEMO()
2
3
4
6 gtk4-demo - Demonstrate GTK widgets
7
9 gtk4-demo [OPTIONS...]
10
11
13 gtk4-demo is a collection of examples.
14
15 Its purpose is to demonstrate many GTK widgets in a form that is useful
16 to application developers.
17
18 The application shows the source code for each example, as well as
19 other used resources, such as UI description files and image assets.
20
22 -h, --help
23 Show help options.
24
25 --version
26 Show program version.
27
28 --list
29 List available examples.
30
31 --run EXAMPLE
32 Run the named example. Use --list to see the available examples.
33
34 --autoquit
35 Quit after a short timeout. This is intended for use with --run,
36 e.g. when profiling.
37
38
39
40
41 GTK4-DEMO()