mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
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
This commit is contained in:
parent
0d10969b9f
commit
2a834a412d
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user