forked from AuroraMiddleware/gtk
Add a man page
svn path=/trunk/; revision=18238
This commit is contained in:
parent
7ee58b9775
commit
0ee11876c4
@ -1,5 +1,9 @@
|
||||
2007-06-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am:
|
||||
* gtk/gtk-builder-convert.xml: Add a man page
|
||||
* gtk/gtk-docs.sgml: And include it here
|
||||
|
||||
* gtk/tmpl/gtkscalebutton.sgml:
|
||||
* gtk/tmpl/gtkvolumebutton.sgml:
|
||||
* gtk/tmpl/gtkvscrollbar.sgml:
|
||||
|
@ -69,6 +69,7 @@ IGNORE_HFILES= \
|
||||
gtksearchenginebeagle.h \
|
||||
gtksearchenginetracker.h \
|
||||
gtksearchenginesimple.h \
|
||||
gtksearchenginequartz.h \
|
||||
gtksequence.h \
|
||||
gtksocketprivate.h \
|
||||
gtktextbtree.h \
|
||||
@ -144,6 +145,7 @@ content_files = \
|
||||
x11.sgml \
|
||||
gtk-query-immodules-2.0.xml \
|
||||
gtk-update-icon-cache.xml \
|
||||
gtk-builder-convert.xml \
|
||||
visual_index.xml
|
||||
|
||||
expand_content_files = \
|
||||
@ -333,7 +335,7 @@ EXTRA_DIST += version.xml.in
|
||||
|
||||
########################################################################
|
||||
|
||||
man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1
|
||||
man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1
|
||||
|
||||
if ENABLE_MAN
|
||||
|
||||
|
30
docs/reference/gtk/gtk-builder-convert.1
Normal file
30
docs/reference/gtk/gtk-builder-convert.1
Normal file
@ -0,0 +1,30 @@
|
||||
.\" Title: gtk-builder-convert
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
|
||||
.\" Date: 06/26/2007
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "GTK\-BUILDER\-CONVERT" "1" "06/26/2007" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.SH "NAME"
|
||||
gtk\-builder\-convert \- Glade file conversion utility
|
||||
.SH "SYNOPSIS"
|
||||
.HP 25
|
||||
\fBgtk\-builder\-convert \fR\fB{file}\fR
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
\fBgtk\-builder\-convert\fR
|
||||
converts glade files into XML files which can be loaded with GtkBuilder.
|
||||
.PP
|
||||
It expects the name of a glade file as sole argument, and writes its output to stdout.
|
||||
.SH "BUGS"
|
||||
.PP
|
||||
GtkComboBox items are not converted into GtkListStore data.
|
||||
.PP
|
||||
GtkTextView text is not converted into a GtkTextBuffer.
|
||||
.PP
|
||||
Toolbars are not handled.
|
41
docs/reference/gtk/gtk-builder-convert.xml
Normal file
41
docs/reference/gtk/gtk-builder-convert.xml
Normal file
@ -0,0 +1,41 @@
|
||||
<refentry id="gtk-builder-convert">
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>gtk-builder-convert</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>gtk-builder-convert</refname>
|
||||
<refpurpose>Glade file conversion utility</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>gtk-builder-convert <arg choice="req">file</arg></command>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1><title>Description</title>
|
||||
<para><command>gtk-builder-convert</command> converts glade files
|
||||
into XML files which can be loaded with GtkBuilder.
|
||||
</para>
|
||||
<para>
|
||||
It expects the name of a glade file as sole argument, and writes
|
||||
its output to stdout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1><title>Bugs</title>
|
||||
<para>
|
||||
GtkComboBox items are not converted into GtkListStore data.
|
||||
</para>
|
||||
<para>
|
||||
GtkTextView text is not converted into a GtkTextBuffer.
|
||||
</para>
|
||||
<para>
|
||||
Toolbars are not handled.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
@ -228,6 +228,7 @@
|
||||
<!ENTITY version SYSTEM "version.xml">
|
||||
<!ENTITY gtk-query-immodules SYSTEM "gtk-query-immodules-2.0.xml">
|
||||
<!ENTITY gtk-update-icon-cache SYSTEM "gtk-update-icon-cache.xml">
|
||||
<!ENTITY gtk-builder-convert SYSTEM "gtk-builder-convert.xml">
|
||||
<!ENTITY gtk-glossary SYSTEM "xml/glossary.xml">
|
||||
]>
|
||||
<book id="index">
|
||||
@ -650,6 +651,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
|
||||
>k-query-immodules;
|
||||
>k-update-icon-cache;
|
||||
>k-builder-convert;
|
||||
</part>
|
||||
|
||||
>k-glossary;
|
||||
@ -678,5 +680,4 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
<index role="2.12">
|
||||
<title>Index of new symbols in 2.12</title>
|
||||
</index>
|
||||
|
||||
</book>
|
||||
|
Loading…
Reference in New Issue
Block a user