mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Add man pages for gtk3-demo and gtk3-widget-factory
We install the applications, so they should also have some docs.
This commit is contained in:
parent
fd65b68927
commit
9af2710d84
@ -151,6 +151,7 @@ content_files = \
|
|||||||
tree_widget.sgml \
|
tree_widget.sgml \
|
||||||
windows.sgml \
|
windows.sgml \
|
||||||
x11.sgml \
|
x11.sgml \
|
||||||
|
gtk3-demo.xml \
|
||||||
gtk-query-immodules-3.0.xml \
|
gtk-query-immodules-3.0.xml \
|
||||||
gtk-update-icon-cache.xml \
|
gtk-update-icon-cache.xml \
|
||||||
gtk-launch.xml \
|
gtk-launch.xml \
|
||||||
@ -447,6 +448,7 @@ man_MANS = \
|
|||||||
gtk-query-immodules-3.0.1 \
|
gtk-query-immodules-3.0.1 \
|
||||||
gtk-update-icon-cache.1 \
|
gtk-update-icon-cache.1 \
|
||||||
gtk-launch.1 \
|
gtk-launch.1 \
|
||||||
|
gtk3-demo.1 \
|
||||||
broadwayd.1
|
broadwayd.1
|
||||||
|
|
||||||
if ENABLE_MAN
|
if ENABLE_MAN
|
||||||
|
@ -378,6 +378,8 @@
|
|||||||
|
|
||||||
<part>
|
<part>
|
||||||
<title>GTK+ Tools</title>
|
<title>GTK+ Tools</title>
|
||||||
|
<xi:include href="gtk3-demo.xml" />
|
||||||
|
<xi:include href="gtk3-widget-factory.xml" />
|
||||||
<xi:include href="gtk-query-immodules-3.0.xml" />
|
<xi:include href="gtk-query-immodules-3.0.xml" />
|
||||||
<xi:include href="gtk-update-icon-cache.xml" />
|
<xi:include href="gtk-update-icon-cache.xml" />
|
||||||
<xi:include href="gtk-launch.xml" />
|
<xi:include href="gtk-launch.xml" />
|
||||||
|
59
docs/reference/gtk/gtk3-demo.xml
Normal file
59
docs/reference/gtk/gtk3-demo.xml
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
||||||
|
]>
|
||||||
|
<refentry id="gtk3-demo">
|
||||||
|
|
||||||
|
<refentryinfo>
|
||||||
|
<title>gtk3-demo</title>
|
||||||
|
<productname>GTK+</productname>
|
||||||
|
<authorgroup>
|
||||||
|
<author>
|
||||||
|
<contrib>Developer</contrib>
|
||||||
|
<firstname>Matthias</firstname>
|
||||||
|
<surname>Clasen</surname>
|
||||||
|
</author>
|
||||||
|
</authorgroup>
|
||||||
|
</refentryinfo>
|
||||||
|
|
||||||
|
<refmeta>
|
||||||
|
<refentrytitle>gtk3-demo</refentrytitle>
|
||||||
|
<manvolnum>1</manvolnum>
|
||||||
|
<refmiscinfo class="manual">User Commands</refmiscinfo>
|
||||||
|
</refmeta>
|
||||||
|
|
||||||
|
<refnamediv>
|
||||||
|
<refname>gtk3-demo</refname>
|
||||||
|
<refpurpose>Demonstrate GTK+ widgets</refpurpose>
|
||||||
|
</refnamediv>
|
||||||
|
|
||||||
|
<refsynopsisdiv>
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>gtk3-demo</command>
|
||||||
|
<arg choice="opt">--help</arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
<refsect1><title>Description</title>
|
||||||
|
<para>
|
||||||
|
<command>gtk3-demo</command> is a collection of examples.
|
||||||
|
Its purpose is to demonstrate many GTK+ widgets in a form
|
||||||
|
that is useful to application developers.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The application shows the source code for each example, as well as
|
||||||
|
other used resources, such as ui files and icons.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1><title>Options</title>
|
||||||
|
<para>The following options are understood:</para>
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-h</option>, <option>--help</option></term>
|
||||||
|
<listitem><para>Show help options</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
|
</refentry>
|
59
docs/reference/gtk/gtk3-widget-factory.xml
Normal file
59
docs/reference/gtk/gtk3-widget-factory.xml
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
||||||
|
]>
|
||||||
|
<refentry id="gtk3-widget-factory">
|
||||||
|
|
||||||
|
<refentryinfo>
|
||||||
|
<title>gtk3-widget-factory</title>
|
||||||
|
<productname>GTK+</productname>
|
||||||
|
<authorgroup>
|
||||||
|
<author>
|
||||||
|
<contrib>Developer</contrib>
|
||||||
|
<firstname>Matthias</firstname>
|
||||||
|
<surname>Clasen</surname>
|
||||||
|
</author>
|
||||||
|
</authorgroup>
|
||||||
|
</refentryinfo>
|
||||||
|
|
||||||
|
<refmeta>
|
||||||
|
<refentrytitle>gtk3-widget-factory</refentrytitle>
|
||||||
|
<manvolnum>1</manvolnum>
|
||||||
|
<refmiscinfo class="manual">User Commands</refmiscinfo>
|
||||||
|
</refmeta>
|
||||||
|
|
||||||
|
<refnamediv>
|
||||||
|
<refname>gtk3-widget-factory</refname>
|
||||||
|
<refpurpose>Demonstrate GTK+ widgets</refpurpose>
|
||||||
|
</refnamediv>
|
||||||
|
|
||||||
|
<refsynopsisdiv>
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>gtk3-widget-factory</command>
|
||||||
|
<arg choice="opt">--help</arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
<refsect1><title>Description</title>
|
||||||
|
<para>
|
||||||
|
<command>gtk3-widget-factory</command> is a collection of examples.
|
||||||
|
Its purpose is to demonstrate many GTK+ widgets in a form
|
||||||
|
that is useful to GTK+ theme developers.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The application shows widgets in different, typical combinations
|
||||||
|
and states.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1><title>Options</title>
|
||||||
|
<para>The following options are understood:</para>
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-h</option>, <option>--help</option></term>
|
||||||
|
<listitem><para>Show help options</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
|
</refentry>
|
Loading…
Reference in New Issue
Block a user