Include visual index.
Tue Aug 24 02:28:21 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Include visual index. * gtk/visual_index.xml: New file listing images for visual index.
This commit is contained in:
parent
f699e38fdd
commit
684aaa4b71
@ -1,4 +1,9 @@
|
||||
Tue Aug 24 02:26:25 2004 Matthias Clasen <maclas@gmx.de>
|
||||
Tue Aug 24 02:28:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-docs.sgml: Include visual index.
|
||||
|
||||
* gtk/visual_index.xml: New file listing images for
|
||||
visual index.
|
||||
|
||||
* gtk/Makefile.am (HTML_IMAGES): Add visual index images.
|
||||
|
||||
|
@ -171,6 +171,7 @@
|
||||
<!ENTITY gtk-Settings SYSTEM "xml/gtksettings.xml">
|
||||
|
||||
<!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml">
|
||||
<!ENTITY visual-index SYSTEM "visual_index.xml">
|
||||
|
||||
<!ENTITY index-Objects-Grouped SYSTEM "objects_grouped.sgml">
|
||||
<!ENTITY gtk-TextWidget SYSTEM "text_widget.sgml">
|
||||
@ -326,6 +327,11 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
&index-Object-Tree;
|
||||
</chapter>
|
||||
|
||||
<chapter>
|
||||
<title>Widget Gallery</title>
|
||||
&visual-index;
|
||||
</chapter>
|
||||
|
||||
<chapter id="WindowWidgets">
|
||||
<title>Windows</title>
|
||||
&GtkDialog;
|
||||
|
17
docs/reference/gtk/visual_index.xml
Normal file
17
docs/reference/gtk/visual_index.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<para role="gallery">
|
||||
<link linkend="GtkButton"><inlinegraphic fileref="button.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkCheckButton"><inlinegraphic fileref="check-button.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkColorButton"><inlinegraphic fileref="color-button.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkComboBoxEntry"><inlinegraphic fileref="combo-box-entry.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkEntry"><inlinegraphic fileref="entry.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkFontButton"><inlinegraphic fileref="font-button.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkFrame"><inlinegraphic fileref="frame.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkLabel"><inlinegraphic fileref="label.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkTreeVew"><inlinegraphic fileref="list-and-tree.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkTextView"><inlinegraphic fileref="multiline-text.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkPaned"><inlinegraphic fileref="panes.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkRadioButton"><inlinegraphic fileref="radio-group.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkSeparator"><inlinegraphic fileref="separator.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkToggleButton"><inlinegraphic fileref="toggle-button.png" format="PNG"></inlinegraphic></link>
|
||||
<link linkend="GtkWindow"><inlinegraphic fileref="window.png" format="PNG"></inlinegraphic></link>
|
||||
</para>
|
Loading…
Reference in New Issue
Block a user