Add new stock items.
Mon Jul 12 00:57:32 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkstock.sgml: * gtk/Makefile.am (HTML_IMAGES): * gtk/gtk-sections.txt: Add new stock items.
This commit is contained in:
committed by
Matthias Clasen
parent
6c18d56a52
commit
c276d35fda
@ -108,6 +108,7 @@ content_files = \
|
||||
|
||||
# Images to copy into HTML directory
|
||||
HTML_IMAGES = \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_about_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_add_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_apply_20.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_text_bold_24.png \
|
||||
@ -115,6 +116,7 @@ HTML_IMAGES = \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_cdrom_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_clear_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_close_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_connect_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_convert_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_copy_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_cut_24.png \
|
||||
@ -125,8 +127,10 @@ HTML_IMAGES = \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_dialog_question_48.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_dialog_warning_48.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_directory_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_disconnect_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_dnd_32.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_dnd_multiple_32.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_edit_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_exec_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_file_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_search_24.png \
|
||||
@ -139,9 +143,13 @@ HTML_IMAGES = \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_down_arrow_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_right_arrow_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_up_arrow_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_harddisk_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_network_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_help_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_home_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_index_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_text_indent_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_text_unindent_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_text_italic_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_jump_to_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_jump_to_rtl_24.png \
|
||||
@ -185,7 +193,15 @@ HTML_IMAGES = \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_zoom_1_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_zoom_fit_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_zoom_in_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_zoom_out_24.png
|
||||
$(top_srcdir)/gtk/stock-icons/stock_zoom_out_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_forward_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_next_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_pause_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_play_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_previous_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_record_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_rewind_24.png \
|
||||
$(top_srcdir)/gtk/stock-icons/stock_media_stop_24.png
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
||||
|
||||
@ -5136,6 +5136,7 @@ gtk_stock_item_free
|
||||
gtk_stock_list_ids
|
||||
gtk_stock_lookup
|
||||
<SUBSECTION Stock IDs>
|
||||
GTK_STOCK_ABOUT
|
||||
GTK_STOCK_ADD
|
||||
GTK_STOCK_APPLY
|
||||
GTK_STOCK_BOLD
|
||||
@ -5145,6 +5146,7 @@ GTK_STOCK_CLEAR
|
||||
GTK_STOCK_CLOSE
|
||||
GTK_STOCK_COLOR_PICKER
|
||||
GTK_STOCK_CONVERT
|
||||
GTK_STOCK_CONNECT
|
||||
GTK_STOCK_COPY
|
||||
GTK_STOCK_CUT
|
||||
GTK_STOCK_DELETE
|
||||
@ -5154,8 +5156,10 @@ GTK_STOCK_DIALOG_INFO
|
||||
GTK_STOCK_DIALOG_QUESTION
|
||||
GTK_STOCK_DIALOG_WARNING
|
||||
GTK_STOCK_DIRECTORY
|
||||
GTK_STOCK_DISCONNECT
|
||||
GTK_STOCK_DND
|
||||
GTK_STOCK_DND_MULTIPLE
|
||||
GTK_STOCK_EDIT
|
||||
GTK_STOCK_EXECUTE
|
||||
GTK_STOCK_FILE
|
||||
GTK_STOCK_FIND
|
||||
@ -5180,6 +5184,14 @@ GTK_STOCK_JUSTIFY_CENTER
|
||||
GTK_STOCK_JUSTIFY_FILL
|
||||
GTK_STOCK_JUSTIFY_LEFT
|
||||
GTK_STOCK_JUSTIFY_RIGHT
|
||||
GTK_STOCK_MEDIA_FORWARD
|
||||
GTK_STOCK_MEDIA_NEXT
|
||||
GTK_STOCK_MEDIA_PAUSE
|
||||
GTK_STOCK_MEDIA_PLAY
|
||||
GTK_STOCK_MEDIA_PREVIOUS
|
||||
GTK_STOCK_MEDIA_RECORD
|
||||
GTK_STOCK_MEDIA_REWIND
|
||||
GTK_STOCK_MEDIA_STOP
|
||||
GTK_STOCK_MISSING_IMAGE
|
||||
GTK_STOCK_NETWORK
|
||||
GTK_STOCK_NEW
|
||||
|
||||
@ -96,6 +96,15 @@ used for right-to-left locales.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_ABOUT ##### -->
|
||||
<para>
|
||||
The "About" item.
|
||||
<inlinegraphic fileref="stock_about_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_ADD ##### -->
|
||||
<para>
|
||||
The "Add" item.
|
||||
@ -169,6 +178,15 @@ The "Convert" item.
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_CONNECT ##### -->
|
||||
<para>
|
||||
The "Connect" icon.
|
||||
<inlinegraphic fileref="stock_connect_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_COPY ##### -->
|
||||
<para>
|
||||
The "Copy" item.
|
||||
@ -240,6 +258,16 @@ The "Directory" icon.
|
||||
<inlinegraphic fileref="stock_directory_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_DISCONNECT ##### -->
|
||||
<para>
|
||||
The "Disconnect" icon.
|
||||
<inlinegraphic fileref="stock_disconnect_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_DND ##### -->
|
||||
@ -258,6 +286,15 @@ The "Drag-And-Drop multiple" icon.
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_EDIT ##### -->
|
||||
<para>
|
||||
The "Edit" item.
|
||||
<inlinegraphic fileref="stock_edit_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
|
||||
<para>
|
||||
The "Execute" item.
|
||||
@ -274,6 +311,7 @@ The "File" icon.
|
||||
</para>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_FIND ##### -->
|
||||
@ -374,9 +412,11 @@ The "Up" item.
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
|
||||
<para>
|
||||
|
||||
The "Harddisk" item.
|
||||
<inlinegraphic fileref="stock_harddisk_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_HELP ##### -->
|
||||
@ -397,9 +437,11 @@ The "Home" item.
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_INDENT ##### -->
|
||||
<para>
|
||||
|
||||
The "Indent" item.
|
||||
<inlinegraphic fileref="stock_indent_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_INDEX ##### -->
|
||||
@ -460,6 +502,78 @@ The "Right" item.
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_FORWARD ##### -->
|
||||
<para>
|
||||
The "Media Forward" item.
|
||||
<inlinegraphic fileref="stock_media_forward_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_NEXT ##### -->
|
||||
<para>
|
||||
The "Media Next" item.
|
||||
<inlinegraphic fileref="stock_media_next_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_PAUSE ##### -->
|
||||
<para>
|
||||
The "Media Pause" item.
|
||||
<inlinegraphic fileref="stock_media_pause_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_PLAY ##### -->
|
||||
<para>
|
||||
The "Media Play" item.
|
||||
<inlinegraphic fileref="stock_media_play_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_PREVIOUS ##### -->
|
||||
<para>
|
||||
The "Media Previous" item.
|
||||
<inlinegraphic fileref="stock_media_previous_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_RECORD ##### -->
|
||||
<para>
|
||||
The "Media Record" item.
|
||||
<inlinegraphic fileref="stock_media_record_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_REWIND ##### -->
|
||||
<para>
|
||||
The "Media Rewind" item.
|
||||
<inlinegraphic fileref="stock_media_rewind_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MEDIA_STOP ##### -->
|
||||
<para>
|
||||
The "Media Stop" item.
|
||||
<inlinegraphic fileref="stock_media_stop_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.6
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
|
||||
<para>
|
||||
The "Missing image" icon.
|
||||
@ -470,9 +584,11 @@ The "Missing image" icon.
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
|
||||
<para>
|
||||
|
||||
The "Network" item.
|
||||
<inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_NEW ##### -->
|
||||
@ -693,9 +809,11 @@ RTL variant
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
|
||||
<para>
|
||||
|
||||
The "Unindent" item.
|
||||
<inlinegraphic fileref="stock_unindent_24.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_YES ##### -->
|
||||
|
||||
Reference in New Issue
Block a user