Remove unsupported xml/html tag <inlinegraphic>

This commit is contained in:
Robin Gareus 2024-05-26 23:45:31 +02:00
parent 76beb21862
commit 5a52b66dfa
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 0 additions and 179 deletions

View file

@ -189,65 +189,6 @@ get_blank_cursor (GdkDisplay *display)
* @display: the #GdkDisplay for which the cursor will be created * @display: the #GdkDisplay for which the cursor will be created
* @cursor_type: cursor to create * @cursor_type: cursor to create
* *
* Creates a new cursor from the set of builtin cursors.
* Some useful ones are:
* <itemizedlist>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="right_ptr.png"></inlinegraphic> #GDK_RIGHT_PTR (right-facing arrow)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="crosshair.png"></inlinegraphic> #GDK_CROSSHAIR (crosshair)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic> #GDK_XTERM (I-beam)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic> #GDK_WATCH (busy)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="fleur.png"></inlinegraphic> #GDK_FLEUR (for moving objects)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="hand1.png"></inlinegraphic> #GDK_HAND1 (a right-pointing hand)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="hand2.png"></inlinegraphic> #GDK_HAND2 (a left-pointing hand)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="left_side.png"></inlinegraphic> #GDK_LEFT_SIDE (resize left side)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="right_side.png"></inlinegraphic> #GDK_RIGHT_SIDE (resize right side)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="top_left_corner.png"></inlinegraphic> #GDK_TOP_LEFT_CORNER (resize northwest corner)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="top_right_corner.png"></inlinegraphic> #GDK_TOP_RIGHT_CORNER (resize northeast corner)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="bottom_left_corner.png"></inlinegraphic> #GDK_BOTTOM_LEFT_CORNER (resize southwest corner)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="bottom_right_corner.png"></inlinegraphic> #GDK_BOTTOM_RIGHT_CORNER (resize southeast corner)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="top_side.png"></inlinegraphic> #GDK_TOP_SIDE (resize top side)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="bottom_side.png"></inlinegraphic> #GDK_BOTTOM_SIDE (resize bottom side)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="sb_h_double_arrow.png"></inlinegraphic> #GDK_SB_H_DOUBLE_ARROW (move vertical splitter)
* </para></listitem>
* <listitem><para>
* <inlinegraphic format="PNG" fileref="sb_v_double_arrow.png"></inlinegraphic> #GDK_SB_V_DOUBLE_ARROW (move horizontal splitter)
* </para></listitem>
* <listitem><para>
* #GDK_BLANK_CURSOR (Blank cursor). Since 2.16
* </para></listitem>
* </itemizedlist>
*
* Return value: a new #GdkCursor * Return value: a new #GdkCursor
* *
* Since: 2.2 * Since: 2.2

View file

@ -73,7 +73,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ABOUT: * GTK_STOCK_ABOUT:
* *
* The "About" item. * The "About" item.
* <inlinegraphic fileref="help-about.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -83,7 +82,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ADD: * GTK_STOCK_ADD:
* *
* The "Add" item. * The "Add" item.
* <inlinegraphic fileref="list-add.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_ADD "gtk-add" #define GTK_STOCK_ADD "gtk-add"
@ -91,7 +89,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_APPLY: * GTK_STOCK_APPLY:
* *
* The "Apply" item. * The "Apply" item.
* <inlinegraphic fileref="gtk-apply.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_APPLY "gtk-apply" #define GTK_STOCK_APPLY "gtk-apply"
@ -99,7 +96,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_BOLD: * GTK_STOCK_BOLD:
* *
* The "Bold" item. * The "Bold" item.
* <inlinegraphic fileref="format-text-bold.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_BOLD "gtk-bold" #define GTK_STOCK_BOLD "gtk-bold"
@ -107,7 +103,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CANCEL: * GTK_STOCK_CANCEL:
* *
* The "Cancel" item. * The "Cancel" item.
* <inlinegraphic fileref="gtk-cancel.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_CANCEL "gtk-cancel" #define GTK_STOCK_CANCEL "gtk-cancel"
@ -115,7 +110,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CAPS_LOCK_WARNING: * GTK_STOCK_CAPS_LOCK_WARNING:
* *
* The "Caps Lock Warning" icon. * The "Caps Lock Warning" icon.
* <inlinegraphic fileref="gtk-caps-lock-warning.png" format="PNG"></inlinegraphic>
* *
* Since: 2.16 * Since: 2.16
*/ */
@ -125,7 +119,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CDROM: * GTK_STOCK_CDROM:
* *
* The "CD-Rom" item. * The "CD-Rom" item.
* <inlinegraphic fileref="media-optical.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_CDROM "gtk-cdrom" #define GTK_STOCK_CDROM "gtk-cdrom"
@ -133,7 +126,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CLEAR: * GTK_STOCK_CLEAR:
* *
* The "Clear" item. * The "Clear" item.
* <inlinegraphic fileref="edit-clear.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_CLEAR "gtk-clear" #define GTK_STOCK_CLEAR "gtk-clear"
@ -141,7 +133,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CLOSE: * GTK_STOCK_CLOSE:
* *
* The "Close" item. * The "Close" item.
* <inlinegraphic fileref="window-close.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_CLOSE "gtk-close" #define GTK_STOCK_CLOSE "gtk-close"
@ -149,7 +140,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_COLOR_PICKER: * GTK_STOCK_COLOR_PICKER:
* *
* The "Color Picker" item. * The "Color Picker" item.
* <inlinegraphic fileref="gtk-color-picker.png" format="PNG"></inlinegraphic>
* *
* Since: 2.2 * Since: 2.2
*/ */
@ -159,7 +149,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CONNECT: * GTK_STOCK_CONNECT:
* *
* The "Connect" icon. * The "Connect" icon.
* <inlinegraphic fileref="gtk-connect.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -169,7 +158,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CONVERT: * GTK_STOCK_CONVERT:
* *
* The "Convert" item. * The "Convert" item.
* <inlinegraphic fileref="gtk-convert.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_CONVERT "gtk-convert" #define GTK_STOCK_CONVERT "gtk-convert"
@ -177,7 +165,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_COPY: * GTK_STOCK_COPY:
* *
* The "Copy" item. * The "Copy" item.
* <inlinegraphic fileref="edit-copy.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_COPY "gtk-copy" #define GTK_STOCK_COPY "gtk-copy"
@ -185,7 +172,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_CUT: * GTK_STOCK_CUT:
* *
* The "Cut" item. * The "Cut" item.
* <inlinegraphic fileref="edit-cut.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_CUT "gtk-cut" #define GTK_STOCK_CUT "gtk-cut"
@ -193,7 +179,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DELETE: * GTK_STOCK_DELETE:
* *
* The "Delete" item. * The "Delete" item.
* <inlinegraphic fileref="edit-delete.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DELETE "gtk-delete" #define GTK_STOCK_DELETE "gtk-delete"
@ -201,7 +186,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DIALOG_AUTHENTICATION: * GTK_STOCK_DIALOG_AUTHENTICATION:
* *
* The "Authentication" item. * The "Authentication" item.
* <inlinegraphic fileref="dialog-password.png" format="PNG"></inlinegraphic>
* *
* Since: 2.4 * Since: 2.4
*/ */
@ -211,7 +195,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DIALOG_INFO: * GTK_STOCK_DIALOG_INFO:
* *
* The "Information" item. * The "Information" item.
* <inlinegraphic fileref="dialog-information.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DIALOG_INFO "gtk-dialog-info" #define GTK_STOCK_DIALOG_INFO "gtk-dialog-info"
@ -219,7 +202,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DIALOG_WARNING: * GTK_STOCK_DIALOG_WARNING:
* *
* The "Warning" item. * The "Warning" item.
* <inlinegraphic fileref="dialog-warning.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DIALOG_WARNING "gtk-dialog-warning" #define GTK_STOCK_DIALOG_WARNING "gtk-dialog-warning"
@ -227,7 +209,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DIALOG_ERROR: * GTK_STOCK_DIALOG_ERROR:
* *
* The "Error" item. * The "Error" item.
* <inlinegraphic fileref="dialog-error.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DIALOG_ERROR "gtk-dialog-error" #define GTK_STOCK_DIALOG_ERROR "gtk-dialog-error"
@ -235,7 +216,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DIALOG_QUESTION: * GTK_STOCK_DIALOG_QUESTION:
* *
* The "Question" item. * The "Question" item.
* <inlinegraphic fileref="dialog-question.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DIALOG_QUESTION "gtk-dialog-question" #define GTK_STOCK_DIALOG_QUESTION "gtk-dialog-question"
@ -243,7 +223,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DIRECTORY: * GTK_STOCK_DIRECTORY:
* *
* The "Directory" icon. * The "Directory" icon.
* <inlinegraphic fileref="folder.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -262,7 +241,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DISCONNECT: * GTK_STOCK_DISCONNECT:
* *
* The "Disconnect" icon. * The "Disconnect" icon.
* <inlinegraphic fileref="gtk-disconnect.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -272,7 +250,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DND: * GTK_STOCK_DND:
* *
* The "Drag-And-Drop" icon. * The "Drag-And-Drop" icon.
* <inlinegraphic fileref="gtk-dnd.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DND "gtk-dnd" #define GTK_STOCK_DND "gtk-dnd"
@ -280,7 +257,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_DND_MULTIPLE: * GTK_STOCK_DND_MULTIPLE:
* *
* The "Drag-And-Drop multiple" icon. * The "Drag-And-Drop multiple" icon.
* <inlinegraphic fileref="gtk-dnd-multiple.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_DND_MULTIPLE "gtk-dnd-multiple" #define GTK_STOCK_DND_MULTIPLE "gtk-dnd-multiple"
@ -288,7 +264,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_EDIT: * GTK_STOCK_EDIT:
* *
* The "Edit" item. * The "Edit" item.
* <inlinegraphic fileref="gtk-edit.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -298,7 +273,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_EXECUTE: * GTK_STOCK_EXECUTE:
* *
* The "Execute" item. * The "Execute" item.
* <inlinegraphic fileref="system-run.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_EXECUTE "gtk-execute" #define GTK_STOCK_EXECUTE "gtk-execute"
@ -306,7 +280,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_FILE: * GTK_STOCK_FILE:
* *
* The "File" icon. * The "File" icon.
* <inlinegraphic fileref="document-x-generic.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -316,7 +289,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_FIND: * GTK_STOCK_FIND:
* *
* The "Find" item. * The "Find" item.
* <inlinegraphic fileref="edit-find.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_FIND "gtk-find" #define GTK_STOCK_FIND "gtk-find"
@ -324,7 +296,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_FIND_AND_REPLACE: * GTK_STOCK_FIND_AND_REPLACE:
* *
* The "Find and Replace" item. * The "Find and Replace" item.
* <inlinegraphic fileref="edit-find-replace.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_FIND_AND_REPLACE "gtk-find-and-replace" #define GTK_STOCK_FIND_AND_REPLACE "gtk-find-and-replace"
@ -332,7 +303,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_FLOPPY: * GTK_STOCK_FLOPPY:
* *
* The "Floppy" item. * The "Floppy" item.
* <inlinegraphic fileref="media-floppy.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_FLOPPY "gtk-floppy" #define GTK_STOCK_FLOPPY "gtk-floppy"
@ -340,7 +310,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_FULLSCREEN: * GTK_STOCK_FULLSCREEN:
* *
* The "Fullscreen" item. * The "Fullscreen" item.
* <inlinegraphic fileref="view-fullscreen.png" format="PNG"></inlinegraphic>
* *
* Since: 2.8 * Since: 2.8
*/ */
@ -350,7 +319,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GOTO_BOTTOM: * GTK_STOCK_GOTO_BOTTOM:
* *
* The "Bottom" item. * The "Bottom" item.
* <inlinegraphic fileref="go-bottom.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GOTO_BOTTOM "gtk-goto-bottom" #define GTK_STOCK_GOTO_BOTTOM "gtk-goto-bottom"
@ -358,9 +326,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GOTO_FIRST: * GTK_STOCK_GOTO_FIRST:
* *
* The "First" item. * The "First" item.
* <inlinegraphic fileref="go-first-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="go-first-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GOTO_FIRST "gtk-goto-first" #define GTK_STOCK_GOTO_FIRST "gtk-goto-first"
@ -368,9 +334,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GOTO_LAST: * GTK_STOCK_GOTO_LAST:
* *
* The "Last" item. * The "Last" item.
* <inlinegraphic fileref="go-last-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="go-last-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GOTO_LAST "gtk-goto-last" #define GTK_STOCK_GOTO_LAST "gtk-goto-last"
@ -378,7 +342,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GOTO_TOP: * GTK_STOCK_GOTO_TOP:
* *
* The "Top" item. * The "Top" item.
* <inlinegraphic fileref="go-top.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GOTO_TOP "gtk-goto-top" #define GTK_STOCK_GOTO_TOP "gtk-goto-top"
@ -386,9 +349,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GO_BACK: * GTK_STOCK_GO_BACK:
* *
* The "Back" item. * The "Back" item.
* <inlinegraphic fileref="go-previous-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="go-previous-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GO_BACK "gtk-go-back" #define GTK_STOCK_GO_BACK "gtk-go-back"
@ -396,7 +357,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GO_DOWN: * GTK_STOCK_GO_DOWN:
* *
* The "Down" item. * The "Down" item.
* <inlinegraphic fileref="go-down.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GO_DOWN "gtk-go-down" #define GTK_STOCK_GO_DOWN "gtk-go-down"
@ -404,9 +364,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GO_FORWARD: * GTK_STOCK_GO_FORWARD:
* *
* The "Forward" item. * The "Forward" item.
* <inlinegraphic fileref="go-next-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="go-next-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GO_FORWARD "gtk-go-forward" #define GTK_STOCK_GO_FORWARD "gtk-go-forward"
@ -414,7 +372,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_GO_UP: * GTK_STOCK_GO_UP:
* *
* The "Up" item. * The "Up" item.
* <inlinegraphic fileref="go-up.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_GO_UP "gtk-go-up" #define GTK_STOCK_GO_UP "gtk-go-up"
@ -422,7 +379,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_HARDDISK: * GTK_STOCK_HARDDISK:
* *
* The "Harddisk" item. * The "Harddisk" item.
* <inlinegraphic fileref="drive-harddisk.png" format="PNG"></inlinegraphic>
* *
* Since: 2.4 * Since: 2.4
*/ */
@ -432,7 +388,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_HELP: * GTK_STOCK_HELP:
* *
* The "Help" item. * The "Help" item.
* <inlinegraphic fileref="help-contents.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_HELP "gtk-help" #define GTK_STOCK_HELP "gtk-help"
@ -440,7 +395,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_HOME: * GTK_STOCK_HOME:
* *
* The "Home" item. * The "Home" item.
* <inlinegraphic fileref="go-home.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_HOME "gtk-home" #define GTK_STOCK_HOME "gtk-home"
@ -448,7 +402,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_INDEX: * GTK_STOCK_INDEX:
* *
* The "Index" item. * The "Index" item.
* <inlinegraphic fileref="gtk-index.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_INDEX "gtk-index" #define GTK_STOCK_INDEX "gtk-index"
@ -456,9 +409,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_INDENT: * GTK_STOCK_INDENT:
* *
* The "Indent" item. * The "Indent" item.
* <inlinegraphic fileref="gtk-indent-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="gtk-indent-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.4 * Since: 2.4
*/ */
@ -468,7 +419,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_INFO: * GTK_STOCK_INFO:
* *
* The "Info" item. * The "Info" item.
* <inlinegraphic fileref="dialog-information.png" format="PNG"></inlinegraphic>
* *
* Since: 2.8 * Since: 2.8
*/ */
@ -478,7 +428,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ITALIC: * GTK_STOCK_ITALIC:
* *
* The "Italic" item. * The "Italic" item.
* <inlinegraphic fileref="format-text-italic.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_ITALIC "gtk-italic" #define GTK_STOCK_ITALIC "gtk-italic"
@ -486,9 +435,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_JUMP_TO: * GTK_STOCK_JUMP_TO:
* *
* The "Jump to" item. * The "Jump to" item.
* <inlinegraphic fileref="go-jump-ltr.png" format="PNG"></inlinegraphic>
* RTL-variant * RTL-variant
* <inlinegraphic fileref="go-jump-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_JUMP_TO "gtk-jump-to" #define GTK_STOCK_JUMP_TO "gtk-jump-to"
@ -496,7 +443,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_JUSTIFY_CENTER: * GTK_STOCK_JUSTIFY_CENTER:
* *
* The "Center" item. * The "Center" item.
* <inlinegraphic fileref="format-justify-center.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_JUSTIFY_CENTER "gtk-justify-center" #define GTK_STOCK_JUSTIFY_CENTER "gtk-justify-center"
@ -504,7 +450,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_JUSTIFY_FILL: * GTK_STOCK_JUSTIFY_FILL:
* *
* The "Fill" item. * The "Fill" item.
* <inlinegraphic fileref="format-justify-fill.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_JUSTIFY_FILL "gtk-justify-fill" #define GTK_STOCK_JUSTIFY_FILL "gtk-justify-fill"
@ -512,7 +457,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_JUSTIFY_LEFT: * GTK_STOCK_JUSTIFY_LEFT:
* *
* The "Left" item. * The "Left" item.
* <inlinegraphic fileref="format-justify-left.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_JUSTIFY_LEFT "gtk-justify-left" #define GTK_STOCK_JUSTIFY_LEFT "gtk-justify-left"
@ -520,7 +464,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_JUSTIFY_RIGHT: * GTK_STOCK_JUSTIFY_RIGHT:
* *
* The "Right" item. * The "Right" item.
* <inlinegraphic fileref="format-justify-right.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_JUSTIFY_RIGHT "gtk-justify-right" #define GTK_STOCK_JUSTIFY_RIGHT "gtk-justify-right"
@ -528,7 +471,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_LEAVE_FULLSCREEN: * GTK_STOCK_LEAVE_FULLSCREEN:
* *
* The "Leave Fullscreen" item. * The "Leave Fullscreen" item.
* <inlinegraphic fileref="view-restore.png" format="PNG"></inlinegraphic>
* *
* Since: 2.8 * Since: 2.8
*/ */
@ -538,7 +480,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MISSING_IMAGE: * GTK_STOCK_MISSING_IMAGE:
* *
* The "Missing image" icon. * The "Missing image" icon.
* <inlinegraphic fileref="image-missing.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_MISSING_IMAGE "gtk-missing-image" #define GTK_STOCK_MISSING_IMAGE "gtk-missing-image"
@ -546,9 +487,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_FORWARD: * GTK_STOCK_MEDIA_FORWARD:
* *
* The "Media Forward" item. * The "Media Forward" item.
* <inlinegraphic fileref="media-seek-forward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="media-seek-forward-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -558,9 +497,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_NEXT: * GTK_STOCK_MEDIA_NEXT:
* *
* The "Media Next" item. * The "Media Next" item.
* <inlinegraphic fileref="media-skip-forward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="media-skip-forward-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -570,7 +507,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_PAUSE: * GTK_STOCK_MEDIA_PAUSE:
* *
* The "Media Pause" item. * The "Media Pause" item.
* <inlinegraphic fileref="media-playback-pause.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -580,9 +516,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_PLAY: * GTK_STOCK_MEDIA_PLAY:
* *
* The "Media Play" item. * The "Media Play" item.
* <inlinegraphic fileref="media-playback-start-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="media-playback-start-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -592,9 +526,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_PREVIOUS: * GTK_STOCK_MEDIA_PREVIOUS:
* *
* The "Media Previous" item. * The "Media Previous" item.
* <inlinegraphic fileref="media-skip-backward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="media-skip-backward-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -604,7 +536,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_RECORD: * GTK_STOCK_MEDIA_RECORD:
* *
* The "Media Record" item. * The "Media Record" item.
* <inlinegraphic fileref="media-record.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -614,9 +545,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_REWIND: * GTK_STOCK_MEDIA_REWIND:
* *
* The "Media Rewind" item. * The "Media Rewind" item.
* <inlinegraphic fileref="media-seek-backward-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="media-seek-backward-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -626,7 +555,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_MEDIA_STOP: * GTK_STOCK_MEDIA_STOP:
* *
* The "Media Stop" item. * The "Media Stop" item.
* <inlinegraphic fileref="media-playback-stop.png" format="PNG"></inlinegraphic>
* *
* Since: 2.6 * Since: 2.6
*/ */
@ -636,7 +564,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_NETWORK: * GTK_STOCK_NETWORK:
* *
* The "Network" item. * The "Network" item.
* <inlinegraphic fileref="network-idle.png" format="PNG"></inlinegraphic>
* *
* Since: 2.4 * Since: 2.4
*/ */
@ -646,7 +573,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_NEW: * GTK_STOCK_NEW:
* *
* The "New" item. * The "New" item.
* <inlinegraphic fileref="document-new.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_NEW "gtk-new" #define GTK_STOCK_NEW "gtk-new"
@ -654,7 +580,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_NO: * GTK_STOCK_NO:
* *
* The "No" item. * The "No" item.
* <inlinegraphic fileref="gtk-no.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_NO "gtk-no" #define GTK_STOCK_NO "gtk-no"
@ -662,7 +587,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_OK: * GTK_STOCK_OK:
* *
* The "OK" item. * The "OK" item.
* <inlinegraphic fileref="gtk-ok.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_OK "gtk-ok" #define GTK_STOCK_OK "gtk-ok"
@ -670,7 +594,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_OPEN: * GTK_STOCK_OPEN:
* *
* The "Open" item. * The "Open" item.
* <inlinegraphic fileref="document-open.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_OPEN "gtk-open" #define GTK_STOCK_OPEN "gtk-open"
@ -678,7 +601,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ORIENTATION_PORTRAIT: * GTK_STOCK_ORIENTATION_PORTRAIT:
* *
* The "Portrait Orientation" item. * The "Portrait Orientation" item.
* <inlinegraphic fileref="gtk-orientation-portrait.png" format="PNG"></inlinegraphic>
* *
* Since: 2.10 * Since: 2.10
*/ */
@ -688,7 +610,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ORIENTATION_LANDSCAPE: * GTK_STOCK_ORIENTATION_LANDSCAPE:
* *
* The "Landscape Orientation" item. * The "Landscape Orientation" item.
* <inlinegraphic fileref="gtk-orientation-landscape.png" format="PNG"></inlinegraphic>
* *
* Since: 2.10 * Since: 2.10
*/ */
@ -698,7 +619,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE: * GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE:
* *
* The "Reverse Landscape Orientation" item. * The "Reverse Landscape Orientation" item.
* <inlinegraphic fileref="gtk-orientation-reverse-landscape.png" format="PNG"></inlinegraphic>
* *
* Since: 2.10 * Since: 2.10
*/ */
@ -708,7 +628,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT: * GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT:
* *
* The "Reverse Portrait Orientation" item. * The "Reverse Portrait Orientation" item.
* <inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
* *
* Since: 2.10 * Since: 2.10
*/ */
@ -718,7 +637,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PAGE_SETUP: * GTK_STOCK_PAGE_SETUP:
* *
* The "Page Setup" item. * The "Page Setup" item.
* <inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
* *
* Since: 2.14 * Since: 2.14
*/ */
@ -728,7 +646,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PASTE: * GTK_STOCK_PASTE:
* *
* The "Paste" item. * The "Paste" item.
* <inlinegraphic fileref="edit-paste.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_PASTE "gtk-paste" #define GTK_STOCK_PASTE "gtk-paste"
@ -736,7 +653,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PREFERENCES: * GTK_STOCK_PREFERENCES:
* *
* The "Preferences" item. * The "Preferences" item.
* <inlinegraphic fileref="gtk-preferences.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_PREFERENCES "gtk-preferences" #define GTK_STOCK_PREFERENCES "gtk-preferences"
@ -744,7 +660,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PRINT: * GTK_STOCK_PRINT:
* *
* The "Print" item. * The "Print" item.
* <inlinegraphic fileref="document-print.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_PRINT "gtk-print" #define GTK_STOCK_PRINT "gtk-print"
@ -752,7 +667,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PRINT_ERROR: * GTK_STOCK_PRINT_ERROR:
* *
* The "Print Error" icon. * The "Print Error" icon.
* <inlinegraphic fileref="printer-error.png" format="PNG"></inlinegraphic>
* *
* Since: 2.14 * Since: 2.14
*/ */
@ -762,7 +676,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PRINT_PAUSED: * GTK_STOCK_PRINT_PAUSED:
* *
* The "Print Paused" icon. * The "Print Paused" icon.
* <inlinegraphic fileref="printer-paused.png" format="PNG"></inlinegraphic>
* *
* Since: 2.14 * Since: 2.14
*/ */
@ -772,7 +685,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PRINT_PREVIEW: * GTK_STOCK_PRINT_PREVIEW:
* *
* The "Print Preview" item. * The "Print Preview" item.
* <inlinegraphic fileref="document-print-preview.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_PRINT_PREVIEW "gtk-print-preview" #define GTK_STOCK_PRINT_PREVIEW "gtk-print-preview"
@ -780,7 +692,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PRINT_REPORT: * GTK_STOCK_PRINT_REPORT:
* *
* The "Print Report" icon. * The "Print Report" icon.
* <inlinegraphic fileref="printer-info.png" format="PNG"></inlinegraphic>
* *
* Since: 2.14 * Since: 2.14
*/ */
@ -791,7 +702,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PRINT_WARNING: * GTK_STOCK_PRINT_WARNING:
* *
* The "Print Warning" icon. * The "Print Warning" icon.
* <inlinegraphic fileref="printer-warning.png" format="PNG"></inlinegraphic>
* *
* Since: 2.14 * Since: 2.14
*/ */
@ -801,7 +711,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_PROPERTIES: * GTK_STOCK_PROPERTIES:
* *
* The "Properties" item. * The "Properties" item.
* <inlinegraphic fileref="document-properties.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_PROPERTIES "gtk-properties" #define GTK_STOCK_PROPERTIES "gtk-properties"
@ -809,7 +718,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_QUIT: * GTK_STOCK_QUIT:
* *
* The "Quit" item. * The "Quit" item.
* <inlinegraphic fileref="application-exit.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_QUIT "gtk-quit" #define GTK_STOCK_QUIT "gtk-quit"
@ -817,9 +725,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_REDO: * GTK_STOCK_REDO:
* *
* The "Redo" item. * The "Redo" item.
* <inlinegraphic fileref="edit-redo-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="edit-redo-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_REDO "gtk-redo" #define GTK_STOCK_REDO "gtk-redo"
@ -827,7 +733,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_REFRESH: * GTK_STOCK_REFRESH:
* *
* The "Refresh" item. * The "Refresh" item.
* <inlinegraphic fileref="view-refresh.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_REFRESH "gtk-refresh" #define GTK_STOCK_REFRESH "gtk-refresh"
@ -835,7 +740,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_REMOVE: * GTK_STOCK_REMOVE:
* *
* The "Remove" item. * The "Remove" item.
* <inlinegraphic fileref="list-remove.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_REMOVE "gtk-remove" #define GTK_STOCK_REMOVE "gtk-remove"
@ -843,9 +747,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_REVERT_TO_SAVED: * GTK_STOCK_REVERT_TO_SAVED:
* *
* The "Revert" item. * The "Revert" item.
* <inlinegraphic fileref="document-revert-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="document-revert-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_REVERT_TO_SAVED "gtk-revert-to-saved" #define GTK_STOCK_REVERT_TO_SAVED "gtk-revert-to-saved"
@ -853,7 +755,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SAVE: * GTK_STOCK_SAVE:
* *
* The "Save" item. * The "Save" item.
* <inlinegraphic fileref="document-save.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SAVE "gtk-save" #define GTK_STOCK_SAVE "gtk-save"
@ -861,7 +762,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SAVE_AS: * GTK_STOCK_SAVE_AS:
* *
* The "Save As" item. * The "Save As" item.
* <inlinegraphic fileref="document-save-as.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SAVE_AS "gtk-save-as" #define GTK_STOCK_SAVE_AS "gtk-save-as"
@ -869,7 +769,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SELECT_ALL: * GTK_STOCK_SELECT_ALL:
* *
* The "Select All" item. * The "Select All" item.
* <inlinegraphic fileref="edit-select-all.png" format="PNG"></inlinegraphic>
* *
* Since: 2.10 * Since: 2.10
*/ */
@ -879,7 +778,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SELECT_COLOR: * GTK_STOCK_SELECT_COLOR:
* *
* The "Color" item. * The "Color" item.
* <inlinegraphic fileref="gtk-select-color.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SELECT_COLOR "gtk-select-color" #define GTK_STOCK_SELECT_COLOR "gtk-select-color"
@ -887,7 +785,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SELECT_FONT: * GTK_STOCK_SELECT_FONT:
* *
* The "Font" item. * The "Font" item.
* <inlinegraphic fileref="gtk-font.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SELECT_FONT "gtk-select-font" #define GTK_STOCK_SELECT_FONT "gtk-select-font"
@ -895,7 +792,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SORT_ASCENDING: * GTK_STOCK_SORT_ASCENDING:
* *
* The "Ascending" item. * The "Ascending" item.
* <inlinegraphic fileref="view-sort-ascending.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SORT_ASCENDING "gtk-sort-ascending" #define GTK_STOCK_SORT_ASCENDING "gtk-sort-ascending"
@ -903,7 +799,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SORT_DESCENDING: * GTK_STOCK_SORT_DESCENDING:
* *
* The "Descending" item. * The "Descending" item.
* <inlinegraphic fileref="view-sort-descending.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SORT_DESCENDING "gtk-sort-descending" #define GTK_STOCK_SORT_DESCENDING "gtk-sort-descending"
@ -911,7 +806,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_SPELL_CHECK: * GTK_STOCK_SPELL_CHECK:
* *
* The "Spell Check" item. * The "Spell Check" item.
* <inlinegraphic fileref="tools-check-spelling.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_SPELL_CHECK "gtk-spell-check" #define GTK_STOCK_SPELL_CHECK "gtk-spell-check"
@ -919,7 +813,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_STOP: * GTK_STOCK_STOP:
* *
* The "Stop" item. * The "Stop" item.
* <inlinegraphic fileref="process-stop.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_STOP "gtk-stop" #define GTK_STOCK_STOP "gtk-stop"
@ -927,7 +820,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_STRIKETHROUGH: * GTK_STOCK_STRIKETHROUGH:
* *
* The "Strikethrough" item. * The "Strikethrough" item.
* <inlinegraphic fileref="format-text-strikethrough.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_STRIKETHROUGH "gtk-strikethrough" #define GTK_STOCK_STRIKETHROUGH "gtk-strikethrough"
@ -935,9 +827,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_UNDELETE: * GTK_STOCK_UNDELETE:
* *
* The "Undelete" item. * The "Undelete" item.
* <inlinegraphic fileref="gtk-undelete-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="gtk-undelete-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_UNDELETE "gtk-undelete" #define GTK_STOCK_UNDELETE "gtk-undelete"
@ -945,7 +835,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_UNDERLINE: * GTK_STOCK_UNDERLINE:
* *
* The "Underline" item. * The "Underline" item.
* <inlinegraphic fileref="format-text-underline.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_UNDERLINE "gtk-underline" #define GTK_STOCK_UNDERLINE "gtk-underline"
@ -953,9 +842,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_UNDO: * GTK_STOCK_UNDO:
* *
* The "Undo" item. * The "Undo" item.
* <inlinegraphic fileref="edit-undo-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="edit-undo-rtl.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_UNDO "gtk-undo" #define GTK_STOCK_UNDO "gtk-undo"
@ -963,9 +850,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_UNINDENT: * GTK_STOCK_UNINDENT:
* *
* The "Unindent" item. * The "Unindent" item.
* <inlinegraphic fileref="format-indent-less-ltr.png" format="PNG"></inlinegraphic>
* RTL variant * RTL variant
* <inlinegraphic fileref="format-indent-less-rtl.png" format="PNG"></inlinegraphic>
* *
* Since: 2.4 * Since: 2.4
*/ */
@ -975,7 +860,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_YES: * GTK_STOCK_YES:
* *
* The "Yes" item. * The "Yes" item.
* <inlinegraphic fileref="gtk-yes.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_YES "gtk-yes" #define GTK_STOCK_YES "gtk-yes"
@ -983,7 +867,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ZOOM_100: * GTK_STOCK_ZOOM_100:
* *
* The "Zoom 100%" item. * The "Zoom 100%" item.
* <inlinegraphic fileref="zoom-original.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_ZOOM_100 "gtk-zoom-100" #define GTK_STOCK_ZOOM_100 "gtk-zoom-100"
@ -991,7 +874,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ZOOM_FIT: * GTK_STOCK_ZOOM_FIT:
* *
* The "Zoom to Fit" item. * The "Zoom to Fit" item.
* <inlinegraphic fileref="zoom-fit-best.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_ZOOM_FIT "gtk-zoom-fit" #define GTK_STOCK_ZOOM_FIT "gtk-zoom-fit"
@ -999,7 +881,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ZOOM_IN: * GTK_STOCK_ZOOM_IN:
* *
* The "Zoom In" item. * The "Zoom In" item.
* <inlinegraphic fileref="zoom-in.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_ZOOM_IN "gtk-zoom-in" #define GTK_STOCK_ZOOM_IN "gtk-zoom-in"
@ -1007,7 +888,6 @@ void gtk_stock_set_translate_func (const gchar *domain,
* GTK_STOCK_ZOOM_OUT: * GTK_STOCK_ZOOM_OUT:
* *
* The "Zoom Out" item. * The "Zoom Out" item.
* <inlinegraphic fileref="zoom-out.png" format="PNG"></inlinegraphic>
*/ */
#define GTK_STOCK_ZOOM_OUT "gtk-zoom-out" #define GTK_STOCK_ZOOM_OUT "gtk-zoom-out"