]> Pileus Git - ~andy/gtk/commitdiff
Add new stock icons.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Apr 2006 05:46:41 +0000 (05:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 24 Apr 2006 05:46:41 +0000 (05:46 +0000)
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

docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/tmpl/gtkstock.sgml

index 0fb41dbc567bc97c9c827c9a8f1751051086bed4..ee8350ffc2d378ba6d406ac391a489448e467bac 100644 (file)
@@ -1,5 +1,9 @@
 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
+
        * gtk/gtk-docs.sgml: 
        * gtk/gtk-sections.txt: Add a rich text section
 
index ff78ff1d5585907c9f553162b3cffad7928d6d70..9aca8205baaf53709203550175f8cd146dbac1cf 100644 (file)
@@ -212,6 +212,9 @@ HTML_IMAGES = \
        $(top_srcdir)/gtk/stock-icons/20/gtk-no.png                     \
        $(top_srcdir)/gtk/stock-icons/20/gtk-ok.png                     \
        $(top_srcdir)/gtk/stock-icons/24/gtk-open.png                   \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-landscale.png  \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-portrait.png   \
+       $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-reverse-landscape.png \
        $(top_srcdir)/gtk/stock-icons/24/gtk-paste.png                  \
        $(top_srcdir)/gtk/stock-icons/24/gtk-preferences.png            \
        $(top_srcdir)/gtk/stock-icons/24/gtk-print.png                  \
index 678072b9fa9f83eded39007daa7578f68bbc3024..36ff8036a31022cac922492a288d00f7964bf0a5 100644 (file)
@@ -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.