1<?xml version="1.0"?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4]>
5<refentry id="gtk4-widget-factory">
6
7<refentryinfo>
8  <title>gtk4-widget-factory</title>
9  <productname>GTK</productname>
10  <authorgroup>
11    <author>
12      <contrib>Developer</contrib>
13      <firstname>Matthias</firstname>
14      <surname>Clasen</surname>
15    </author>
16  </authorgroup>
17</refentryinfo>
18
19<refmeta>
20  <refentrytitle>gtk4-widget-factory</refentrytitle>
21  <manvolnum>1</manvolnum>
22  <refmiscinfo class="manual">User Commands</refmiscinfo>
23</refmeta>
24
25<refnamediv>
26  <refname>gtk4-widget-factory</refname>
27  <refpurpose>Demonstrate GTK widgets</refpurpose>
28</refnamediv>
29
30<refsynopsisdiv>
31<cmdsynopsis>
32<command>gtk4-widget-factory</command>
33<arg choice="opt">--help</arg>
34</cmdsynopsis>
35</refsynopsisdiv>
36
37<refsect1><title>Description</title>
38<para>
39<command>gtk4-widget-factory</command> is a collection of examples.
40Its purpose is to demonstrate many GTK widgets in a form
41that is useful to GTK theme developers.
42</para>
43<para>
44The application shows widgets in different, typical combinations
45and states.
46</para>
47</refsect1>
48
49<refsect1><title>Options</title>
50  <para>The following options are understood:</para>
51  <variablelist>
52    <varlistentry>
53    <term><option>-h</option>, <option>--help</option></term>
54      <listitem><para>Show help options</para></listitem>
55    </varlistentry>
56    <varlistentry>
57    <term><option>--version</option></term>
58      <listitem><para>Show program version</para></listitem>
59    </varlistentry>
60  </variablelist>
61</refsect1>
62
63</refentry>
64