2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
Stock Items
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
2002-01-01 23:51:00 +00:00
|
|
|
Prebuilt common menu/toolbar items and corresponding icons
|
2000-11-05 16:09:41 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
2002-01-01 23:51:00 +00:00
|
|
|
Stock items represent commonly-used menu or toolbar items such as
|
|
|
|
"Open" or "Exit". Each stock item is identified by a stock ID;
|
|
|
|
stock IDs are just strings, but macros such as #GTK_STOCK_OPEN are
|
|
|
|
provided to avoid typing mistakes in the strings.
|
|
|
|
Applications can register their own stock items in addition to those
|
|
|
|
built-in to GTK+.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Each stock ID can be associated with a #GtkStockItem, which contains
|
|
|
|
the user-visible label, keyboard accelerator, and translation domain
|
|
|
|
of the menu or toolbar item; and/or with an icon stored in a
|
|
|
|
#GtkIconFactory. See <link
|
|
|
|
linkend="gtk-Themeable-Stock-Images">GtkIconFactory</link> for
|
|
|
|
more information on stock icons. The connection between a
|
|
|
|
#GtkStockItem and stock icons is purely conventional (by virtue of
|
|
|
|
using the same stock ID); it's possible to register a stock item but
|
2003-06-23 21:51:44 +00:00
|
|
|
no icon, and vice versa. Stock icons may have a RTL variant which gets
|
|
|
|
used for right-to-left locales.
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkStockItem ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@stock_id:
|
|
|
|
@label:
|
|
|
|
@modifier:
|
|
|
|
@keyval:
|
|
|
|
@translation_domain:
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_stock_add ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-02-03 01:09:41 +00:00
|
|
|
@items:
|
2000-11-05 16:09:41 +00:00
|
|
|
@n_items:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_stock_add_static ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-02-03 01:09:41 +00:00
|
|
|
@items:
|
2000-11-05 16:09:41 +00:00
|
|
|
@n_items:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_stock_item_copy ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@item:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_stock_item_free ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@item:
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### FUNCTION gtk_stock_list_ids ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_stock_lookup ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@stock_id:
|
|
|
|
@item:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_ABOUT ##### -->
|
|
|
|
<para>
|
|
|
|
The "About" item.
|
|
|
|
<inlinegraphic fileref="stock_about_24.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Since: 2.6
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_ADD ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Add" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_add_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_APPLY ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Apply" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_apply_20.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_BOLD ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Bold" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_text_bold_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_CANCEL ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Cancel" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_cancel_20.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_CDROM ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "CD-Rom" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_cdrom_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_CLEAR ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Clear" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_clear_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_CLOSE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Close" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_close_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
Documentation fixes.
Sun Oct 13 18:50:14 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* gtkmenu.c, gtkmenu.sgml, gtkitemfactory.c, gdkwindow.c,
gtkwindow.c, gtkpaned.sgml, gtkdialog.c, gtkbox.h, gtkbutton.sgml,
gtktreemodel.sgml,gtktable.sgml, gtktable.c:
Documentation fixes.
#85719, #90759, #95169, Owen Taylor;
#89221, Yao Zhang, Matthias Clasen;
#95592, Joost Faassen;
#92637, Vitaly Tishkov;
#94616, Ben Martin;
#94772, sbaillie@bigpond.net.au;
2002-10-13 17:17:14 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_COLOR_PICKER ##### -->
|
|
|
|
<para>
|
2002-12-06 00:10:20 +00:00
|
|
|
The "Color Picker" item.
|
2003-03-22 19:13:07 +00:00
|
|
|
<inlinegraphic fileref="stock_color_picker_25.png" format="PNG"></inlinegraphic>
|
Documentation fixes.
Sun Oct 13 18:50:14 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* gtkmenu.c, gtkmenu.sgml, gtkitemfactory.c, gdkwindow.c,
gtkwindow.c, gtkpaned.sgml, gtkdialog.c, gtkbox.h, gtkbutton.sgml,
gtktreemodel.sgml,gtktable.sgml, gtktable.c:
Documentation fixes.
#85719, #90759, #95169, Owen Taylor;
#89221, Yao Zhang, Matthias Clasen;
#95592, Joost Faassen;
#92637, Vitaly Tishkov;
#94616, Ben Martin;
#94772, sbaillie@bigpond.net.au;
2002-10-13 17:17:14 +00:00
|
|
|
</para>
|
|
|
|
|
2002-12-06 00:10:20 +00:00
|
|
|
@Since: 2.2
|
Documentation fixes.
Sun Oct 13 18:50:14 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* gtkmenu.c, gtkmenu.sgml, gtkitemfactory.c, gdkwindow.c,
gtkwindow.c, gtkpaned.sgml, gtkdialog.c, gtkbox.h, gtkbutton.sgml,
gtktreemodel.sgml,gtktable.sgml, gtktable.c:
Documentation fixes.
#85719, #90759, #95169, Owen Taylor;
#89221, Yao Zhang, Matthias Clasen;
#95592, Joost Faassen;
#92637, Vitaly Tishkov;
#94616, Ben Martin;
#94772, sbaillie@bigpond.net.au;
2002-10-13 17:17:14 +00:00
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_CONVERT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Convert" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_convert_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_CONNECT ##### -->
|
|
|
|
<para>
|
|
|
|
The "Connect" icon.
|
|
|
|
<inlinegraphic fileref="stock_connect_24.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Since: 2.6
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_COPY ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Copy" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_copy_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_CUT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Cut" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_cut_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_DELETE ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Delete" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_trash_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-18 23:43:26 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_DIALOG_AUTHENTICATION ##### -->
|
|
|
|
<para>
|
|
|
|
The "Authentication" item.
|
|
|
|
<inlinegraphic fileref="stock_dialog_authentication_48.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Since: 2.4
|
|
|
|
|
|
|
|
|
2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_DIALOG_ERROR ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Error" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_dialog_error_48.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_DIALOG_INFO ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Information" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_dialog_info_48.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_DIALOG_QUESTION ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Question" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_dialog_question_48.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_DIALOG_WARNING ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Warning" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_dialog_warning_48.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-07 16:22:57 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_DIRECTORY ##### -->
|
|
|
|
<para>
|
|
|
|
The "Directory" icon.
|
|
|
|
<inlinegraphic fileref="stock_directory_24.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
@Since: 2.6
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_DISCONNECT ##### -->
|
|
|
|
<para>
|
|
|
|
The "Disconnect" icon.
|
|
|
|
<inlinegraphic fileref="stock_disconnect_24.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Since: 2.6
|
2004-07-07 16:22:57 +00:00
|
|
|
|
|
|
|
|
2001-09-08 06:24:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_DND ##### -->
|
|
|
|
<para>
|
2001-10-19 17:51:17 +00:00
|
|
|
The "Drag-And-Drop" icon.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_dnd_32.png" format="PNG"></inlinegraphic>
|
2001-09-08 06:24:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_DND_MULTIPLE ##### -->
|
|
|
|
<para>
|
2001-10-19 17:51:17 +00:00
|
|
|
The "Drag-And-Drop multiple" icon.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_dnd_multiple_32.png" format="PNG"></inlinegraphic>
|
2001-09-08 06:24:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_EDIT ##### -->
|
|
|
|
<para>
|
|
|
|
The "Edit" item.
|
|
|
|
<inlinegraphic fileref="stock_edit_24.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Since: 2.6
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Execute" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_exec_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-07 16:22:57 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_FILE ##### -->
|
|
|
|
<para>
|
|
|
|
<para>
|
|
|
|
The "File" icon.
|
|
|
|
<inlinegraphic fileref="stock_file_24.png" format="PNG"></inlinegraphic>
|
|
|
|
</para>
|
|
|
|
</para>
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
@Since: 2.6
|
2004-07-07 16:22:57 +00:00
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_FIND ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Find" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_search_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_FIND_AND_REPLACE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Find and Replace" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_search_replace_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Floppy" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Bottom" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_bottom_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "First" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Last" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_last_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_first_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Top" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_top_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Back" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Down" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_down_arrow_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Forward" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_right_arrow_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_left_arrow_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Up" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_up_arrow_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-02-21 17:05:32 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_HARDDISK ##### -->
|
|
|
|
<para>
|
2004-07-12 04:58:10 +00:00
|
|
|
The "Harddisk" item.
|
|
|
|
<inlinegraphic fileref="stock_harddisk_24.png" format="PNG"></inlinegraphic>
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
@Since: 2.4
|
2004-02-21 17:05:32 +00:00
|
|
|
|
|
|
|
|
2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_HELP ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Help" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_help_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_HOME ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Home" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_home_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-02-21 17:05:32 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_INDENT ##### -->
|
|
|
|
<para>
|
2004-07-12 04:58:10 +00:00
|
|
|
The "Indent" item.
|
|
|
|
<inlinegraphic fileref="stock_indent_24.png" format="PNG"></inlinegraphic>
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
@Since: 2.4
|
2004-02-21 17:05:32 +00:00
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_INDEX ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Index" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_index_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Italic" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_text_italic_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Jump to" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_jump_to_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL-variant
|
|
|
|
<inlinegraphic fileref="stock_jump_to_rtl_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Center" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_align_center_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Fill" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_align_justify_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Left" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_align_left_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Right" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_align_right_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
<!-- ##### 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
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Missing image" icon.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_broken_image_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-02-21 17:05:32 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_NETWORK ##### -->
|
|
|
|
<para>
|
2004-07-12 04:58:10 +00:00
|
|
|
The "Network" item.
|
|
|
|
<inlinegraphic fileref="stock_network_24.png" format="PNG"></inlinegraphic>
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
@Since: 2.4
|
2004-02-21 17:05:32 +00:00
|
|
|
|
|
|
|
|
2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_NEW ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "New" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_new_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_NO ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "No" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_no_20.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_OK ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "OK" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_ok_20.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_OPEN ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Open" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_open_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Paste" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_paste_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Preferences" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_preferences_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_PRINT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Print" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_print_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Print Preview" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_print_preview_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Properties" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_properties_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_QUIT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Quit" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_exit_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_REDO ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Redo" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_redo_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_redo_rtl_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Refresh" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_refresh_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Remove" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_remove_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Revert" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_revert_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_revert_rtl_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2000-11-05 16:09:41 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_SAVE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Save" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_save_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
|
2000-11-05 16:09:41 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Save As" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_save_as_24.png" format="PNG"></inlinegraphic>
|
2000-11-05 16:09:41 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Color" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_colorselector_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Font" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_font_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Ascending" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_sort_ascending_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Descending" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_sort_descending_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Spell Check" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_spellcheck_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_STOP ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Stop" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_stop_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Strikethrough" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_text_strikethrough_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Undelete" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_undelete_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_undelete_rtl_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Underline" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_text_underline_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_UNDO ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Undo" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_undo_24.png" format="PNG"></inlinegraphic>
|
2003-06-23 21:51:44 +00:00
|
|
|
RTL variant
|
|
|
|
<inlinegraphic fileref="stock_undo_rtl_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-02-21 17:05:32 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
|
|
|
|
<para>
|
2004-07-12 04:58:10 +00:00
|
|
|
The "Unindent" item.
|
|
|
|
<inlinegraphic fileref="stock_unindent_24.png" format="PNG"></inlinegraphic>
|
2004-02-21 17:05:32 +00:00
|
|
|
</para>
|
|
|
|
|
2004-07-12 04:58:10 +00:00
|
|
|
@Since: 2.4
|
2004-02-21 17:05:32 +00:00
|
|
|
|
|
|
|
|
2001-05-25 20:41:46 +00:00
|
|
|
<!-- ##### MACRO GTK_STOCK_YES ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Yes" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_yes_20.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Zoom 100%" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_zoom_1_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Zoom to Fit" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_zoom_fit_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
|
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Zoom In" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_zoom_in_24.png" format="PNG"></inlinegraphic>
|
2001-05-25 20:41:46 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
|
2001-03-23 22:21:06 +00:00
|
|
|
<para>
|
2001-11-10 00:02:13 +00:00
|
|
|
The "Zoom Out" item.
|
2002-05-30 22:06:28 +00:00
|
|
|
<inlinegraphic fileref="stock_zoom_out_24.png" format="PNG"></inlinegraphic>
|
2001-03-23 22:21:06 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|