1GTK4-DEMO(1) User Commands GTK4-DEMO(1)
2
3
4
6 gtk4-demo - Demonstrate GTK+ widgets
7
9 gtk4-demo [--help] [--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 --list
25 List available examples.
26
27 -run EXAMPLE
28 Run the named example. Use --list to see the available examples.
29
30 --autoquit
31 Quit after a short timeout. This is intended for use with --run,
32 e.g. when profiling.
33
34
35
36GTK+ GTK4-DEMO(1)