diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-04-24 05:46:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-24 05:46:41 +0000 |
commit | 2a834a412dbf7ba6f3b28736a92fbf21818c89c1 (patch) | |
tree | 79ea54d393de7cbeda3e24c2a04544c22f4a4d63 /docs/reference/gtk/tmpl/gtkstock.sgml | |
parent | 0d10969b9fc8635d46153351a3bdbca3ae4fe271 (diff) | |
download | gtk+-2a834a412dbf7ba6f3b28736a92fbf21818c89c1.tar.gz |
Add new stock icons.
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (HTML_IMAGES): Add new stock icons.
* gtk/tmpl/gtkstock.sgml: Document new stock icons
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkstock.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkstock.sgml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkstock.sgml b/docs/reference/gtk/tmpl/gtkstock.sgml index 678072b9fa..36ff8036a3 100644 --- a/docs/reference/gtk/tmpl/gtkstock.sgml +++ b/docs/reference/gtk/tmpl/gtkstock.sgml @@ -676,6 +676,33 @@ The "Open" item. +<!-- ##### MACRO GTK_STOCK_ORIENTATION_LANDSCAPE ##### --> +<para> +The "Landscape Orientation" icon. +<inlinegraphic fileref="gtk-orientation-landscape.png" format="PNG"></inlinegraphic> +</para> + +@Since: 2.10 + + +<!-- ##### MACRO GTK_STOCK_ORIENTATION_PORTRAIT ##### --> +<para> +The "Portrait Orientation" icon. +<inlinegraphic fileref="gtk-orientation-portrait.png" format="PNG"></inlinegraphic> +</para> + +@Since: 2.10 + + +<!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE ##### --> +<para> +The "Reverse Landscape Orientation" icon. +<inlinegraphic fileref="gtk-orientation-reverse-landscape.png" format="PNG"></inlinegraphic> +</para> + +@Since: 2.10 + + <!-- ##### MACRO GTK_STOCK_PASTE ##### --> <para> The "Paste" item. |