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