From: Vadim Zeitlin Date: Sun, 12 Oct 2008 14:24:26 +0000 (+0000) Subject: add stock images to the stock items page (closes #9533) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/808b128e9044386225032688a0a48ad749442756 add stock images to the stock items page (closes #9533) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index e8ad945d96..6a85effb0b 100644 --- a/docs/doxygen/Doxyfile_inc +++ b/docs/doxygen/Doxyfile_inc @@ -152,6 +152,7 @@ ALIASES += itemdef{8}="\1 \2,\3,\4 ALIASES += itemdef{9}="\1 \2,\3,\4,\5,\6,\7,\8,\9" ALIASES += itemdef{10}="\1 \2,\3,\4,\5,\6,\7,\8,\9,\10" ALIASES += endDefList="" +ALIASES += stock{3}="\1 @image html gtk-\2.png\n\3" # See ENABLED_SECTIONS configuration key for more info about these: ALIASES += beginWxPerlOnly="\if WXPERL_MANUAL wxPerl Note: " diff --git a/docs/doxygen/images/images/gtk-about.png b/docs/doxygen/images/images/gtk-about.png new file mode 100644 index 0000000000..010d294a76 Binary files /dev/null and b/docs/doxygen/images/images/gtk-about.png differ diff --git a/docs/doxygen/images/images/gtk-add.png b/docs/doxygen/images/images/gtk-add.png new file mode 100644 index 0000000000..9cd9e5cf2b Binary files /dev/null and b/docs/doxygen/images/images/gtk-add.png differ diff --git a/docs/doxygen/images/images/gtk-apply.png b/docs/doxygen/images/images/gtk-apply.png new file mode 100644 index 0000000000..afca0732a7 Binary files /dev/null and b/docs/doxygen/images/images/gtk-apply.png differ diff --git a/docs/doxygen/images/images/gtk-bold.png b/docs/doxygen/images/images/gtk-bold.png new file mode 100644 index 0000000000..7e2c5dba9e Binary files /dev/null and b/docs/doxygen/images/images/gtk-bold.png differ diff --git a/docs/doxygen/images/images/gtk-cancel.png b/docs/doxygen/images/images/gtk-cancel.png new file mode 100644 index 0000000000..0a395c0991 Binary files /dev/null and b/docs/doxygen/images/images/gtk-cancel.png differ diff --git a/docs/doxygen/images/images/gtk-cdrom.png b/docs/doxygen/images/images/gtk-cdrom.png new file mode 100644 index 0000000000..922f452f10 Binary files /dev/null and b/docs/doxygen/images/images/gtk-cdrom.png differ diff --git a/docs/doxygen/images/images/gtk-clear.png b/docs/doxygen/images/images/gtk-clear.png new file mode 100644 index 0000000000..1556dfee86 Binary files /dev/null and b/docs/doxygen/images/images/gtk-clear.png differ diff --git a/docs/doxygen/images/images/gtk-close.png b/docs/doxygen/images/images/gtk-close.png new file mode 100644 index 0000000000..52f58630f4 Binary files /dev/null and b/docs/doxygen/images/images/gtk-close.png differ diff --git a/docs/doxygen/images/images/gtk-convert.png b/docs/doxygen/images/images/gtk-convert.png new file mode 100644 index 0000000000..e4d9125792 Binary files /dev/null and b/docs/doxygen/images/images/gtk-convert.png differ diff --git a/docs/doxygen/images/images/gtk-copy.png b/docs/doxygen/images/images/gtk-copy.png new file mode 100644 index 0000000000..8dd48c4949 Binary files /dev/null and b/docs/doxygen/images/images/gtk-copy.png differ diff --git a/docs/doxygen/images/images/gtk-cut.png b/docs/doxygen/images/images/gtk-cut.png new file mode 100644 index 0000000000..ff87558fcd Binary files /dev/null and b/docs/doxygen/images/images/gtk-cut.png differ diff --git a/docs/doxygen/images/images/gtk-delete.png b/docs/doxygen/images/images/gtk-delete.png new file mode 100644 index 0000000000..2c5a467332 Binary files /dev/null and b/docs/doxygen/images/images/gtk-delete.png differ diff --git a/docs/doxygen/images/images/gtk-edit.png b/docs/doxygen/images/images/gtk-edit.png new file mode 100644 index 0000000000..c5da3f9fb1 Binary files /dev/null and b/docs/doxygen/images/images/gtk-edit.png differ diff --git a/docs/doxygen/images/images/gtk-execute.png b/docs/doxygen/images/images/gtk-execute.png new file mode 100644 index 0000000000..c9c48d6a33 Binary files /dev/null and b/docs/doxygen/images/images/gtk-execute.png differ diff --git a/docs/doxygen/images/images/gtk-file.png b/docs/doxygen/images/images/gtk-file.png new file mode 100644 index 0000000000..7cd94435ab Binary files /dev/null and b/docs/doxygen/images/images/gtk-file.png differ diff --git a/docs/doxygen/images/images/gtk-find-and-replace.png b/docs/doxygen/images/images/gtk-find-and-replace.png new file mode 100644 index 0000000000..fca34f52a0 Binary files /dev/null and b/docs/doxygen/images/images/gtk-find-and-replace.png differ diff --git a/docs/doxygen/images/images/gtk-find.png b/docs/doxygen/images/images/gtk-find.png new file mode 100644 index 0000000000..e9a40950b0 Binary files /dev/null and b/docs/doxygen/images/images/gtk-find.png differ diff --git a/docs/doxygen/images/images/gtk-floppy.png b/docs/doxygen/images/images/gtk-floppy.png new file mode 100644 index 0000000000..18b7d24190 Binary files /dev/null and b/docs/doxygen/images/images/gtk-floppy.png differ diff --git a/docs/doxygen/images/images/gtk-go-back-ltr.png b/docs/doxygen/images/images/gtk-go-back-ltr.png new file mode 100644 index 0000000000..9e77ac2ead Binary files /dev/null and b/docs/doxygen/images/images/gtk-go-back-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-go-down.png b/docs/doxygen/images/images/gtk-go-down.png new file mode 100644 index 0000000000..dcde30f02b Binary files /dev/null and b/docs/doxygen/images/images/gtk-go-down.png differ diff --git a/docs/doxygen/images/images/gtk-go-forward-ltr.png b/docs/doxygen/images/images/gtk-go-forward-ltr.png new file mode 100644 index 0000000000..5b9e3f0d1e Binary files /dev/null and b/docs/doxygen/images/images/gtk-go-forward-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-go-up.png b/docs/doxygen/images/images/gtk-go-up.png new file mode 100644 index 0000000000..432225f516 Binary files /dev/null and b/docs/doxygen/images/images/gtk-go-up.png differ diff --git a/docs/doxygen/images/images/gtk-goto-bottom.png b/docs/doxygen/images/images/gtk-goto-bottom.png new file mode 100644 index 0000000000..69aaafc2c3 Binary files /dev/null and b/docs/doxygen/images/images/gtk-goto-bottom.png differ diff --git a/docs/doxygen/images/images/gtk-goto-first-ltr.png b/docs/doxygen/images/images/gtk-goto-first-ltr.png new file mode 100644 index 0000000000..689ba0a96a Binary files /dev/null and b/docs/doxygen/images/images/gtk-goto-first-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-goto-last-ltr.png b/docs/doxygen/images/images/gtk-goto-last-ltr.png new file mode 100644 index 0000000000..a653e10ed6 Binary files /dev/null and b/docs/doxygen/images/images/gtk-goto-last-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-goto-top.png b/docs/doxygen/images/images/gtk-goto-top.png new file mode 100644 index 0000000000..0a3b1bfba9 Binary files /dev/null and b/docs/doxygen/images/images/gtk-goto-top.png differ diff --git a/docs/doxygen/images/images/gtk-harddisk.png b/docs/doxygen/images/images/gtk-harddisk.png new file mode 100644 index 0000000000..b714d86e27 Binary files /dev/null and b/docs/doxygen/images/images/gtk-harddisk.png differ diff --git a/docs/doxygen/images/images/gtk-help.png b/docs/doxygen/images/images/gtk-help.png new file mode 100644 index 0000000000..20ae955c35 Binary files /dev/null and b/docs/doxygen/images/images/gtk-help.png differ diff --git a/docs/doxygen/images/images/gtk-home.png b/docs/doxygen/images/images/gtk-home.png new file mode 100644 index 0000000000..fadd43dc35 Binary files /dev/null and b/docs/doxygen/images/images/gtk-home.png differ diff --git a/docs/doxygen/images/images/gtk-indent-ltr.png b/docs/doxygen/images/images/gtk-indent-ltr.png new file mode 100644 index 0000000000..b00e218407 Binary files /dev/null and b/docs/doxygen/images/images/gtk-indent-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-index.png b/docs/doxygen/images/images/gtk-index.png new file mode 100644 index 0000000000..0967a61c32 Binary files /dev/null and b/docs/doxygen/images/images/gtk-index.png differ diff --git a/docs/doxygen/images/images/gtk-info.png b/docs/doxygen/images/images/gtk-info.png new file mode 100644 index 0000000000..df87def2f2 Binary files /dev/null and b/docs/doxygen/images/images/gtk-info.png differ diff --git a/docs/doxygen/images/images/gtk-italic.png b/docs/doxygen/images/images/gtk-italic.png new file mode 100644 index 0000000000..867df5dedf Binary files /dev/null and b/docs/doxygen/images/images/gtk-italic.png differ diff --git a/docs/doxygen/images/images/gtk-jump-to-ltr.png b/docs/doxygen/images/images/gtk-jump-to-ltr.png new file mode 100644 index 0000000000..0f0f57a1a2 Binary files /dev/null and b/docs/doxygen/images/images/gtk-jump-to-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-justify-center.png b/docs/doxygen/images/images/gtk-justify-center.png new file mode 100644 index 0000000000..57d6a0e35a Binary files /dev/null and b/docs/doxygen/images/images/gtk-justify-center.png differ diff --git a/docs/doxygen/images/images/gtk-justify-fill.png b/docs/doxygen/images/images/gtk-justify-fill.png new file mode 100644 index 0000000000..a416b25ab2 Binary files /dev/null and b/docs/doxygen/images/images/gtk-justify-fill.png differ diff --git a/docs/doxygen/images/images/gtk-justify-left.png b/docs/doxygen/images/images/gtk-justify-left.png new file mode 100644 index 0000000000..9a7abf7fff Binary files /dev/null and b/docs/doxygen/images/images/gtk-justify-left.png differ diff --git a/docs/doxygen/images/images/gtk-justify-right.png b/docs/doxygen/images/images/gtk-justify-right.png new file mode 100644 index 0000000000..15b5073326 Binary files /dev/null and b/docs/doxygen/images/images/gtk-justify-right.png differ diff --git a/docs/doxygen/images/images/gtk-network.png b/docs/doxygen/images/images/gtk-network.png new file mode 100644 index 0000000000..e74e060ea3 Binary files /dev/null and b/docs/doxygen/images/images/gtk-network.png differ diff --git a/docs/doxygen/images/images/gtk-new.png b/docs/doxygen/images/images/gtk-new.png new file mode 100644 index 0000000000..7cd94435ab Binary files /dev/null and b/docs/doxygen/images/images/gtk-new.png differ diff --git a/docs/doxygen/images/images/gtk-no.png b/docs/doxygen/images/images/gtk-no.png new file mode 100644 index 0000000000..2a7da6e2a8 Binary files /dev/null and b/docs/doxygen/images/images/gtk-no.png differ diff --git a/docs/doxygen/images/images/gtk-ok.png b/docs/doxygen/images/images/gtk-ok.png new file mode 100644 index 0000000000..c08115f62f Binary files /dev/null and b/docs/doxygen/images/images/gtk-ok.png differ diff --git a/docs/doxygen/images/images/gtk-open.png b/docs/doxygen/images/images/gtk-open.png new file mode 100644 index 0000000000..476185370c Binary files /dev/null and b/docs/doxygen/images/images/gtk-open.png differ diff --git a/docs/doxygen/images/images/gtk-paste.png b/docs/doxygen/images/images/gtk-paste.png new file mode 100644 index 0000000000..24588a3a4d Binary files /dev/null and b/docs/doxygen/images/images/gtk-paste.png differ diff --git a/docs/doxygen/images/images/gtk-preferences.png b/docs/doxygen/images/images/gtk-preferences.png new file mode 100644 index 0000000000..9703a40dff Binary files /dev/null and b/docs/doxygen/images/images/gtk-preferences.png differ diff --git a/docs/doxygen/images/images/gtk-print-preview.png b/docs/doxygen/images/images/gtk-print-preview.png new file mode 100644 index 0000000000..45b44f324f Binary files /dev/null and b/docs/doxygen/images/images/gtk-print-preview.png differ diff --git a/docs/doxygen/images/images/gtk-print.png b/docs/doxygen/images/images/gtk-print.png new file mode 100644 index 0000000000..5997b9222e Binary files /dev/null and b/docs/doxygen/images/images/gtk-print.png differ diff --git a/docs/doxygen/images/images/gtk-properties.png b/docs/doxygen/images/images/gtk-properties.png new file mode 100644 index 0000000000..65d22e4fbf Binary files /dev/null and b/docs/doxygen/images/images/gtk-properties.png differ diff --git a/docs/doxygen/images/images/gtk-quit.png b/docs/doxygen/images/images/gtk-quit.png new file mode 100644 index 0000000000..d070809f1c Binary files /dev/null and b/docs/doxygen/images/images/gtk-quit.png differ diff --git a/docs/doxygen/images/images/gtk-redo-ltr.png b/docs/doxygen/images/images/gtk-redo-ltr.png new file mode 100644 index 0000000000..f7923083ba Binary files /dev/null and b/docs/doxygen/images/images/gtk-redo-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-refresh.png b/docs/doxygen/images/images/gtk-refresh.png new file mode 100644 index 0000000000..e9ea8c4e51 Binary files /dev/null and b/docs/doxygen/images/images/gtk-refresh.png differ diff --git a/docs/doxygen/images/images/gtk-remove.png b/docs/doxygen/images/images/gtk-remove.png new file mode 100644 index 0000000000..0ed9c22105 Binary files /dev/null and b/docs/doxygen/images/images/gtk-remove.png differ diff --git a/docs/doxygen/images/images/gtk-revert-to-saved-ltr.png b/docs/doxygen/images/images/gtk-revert-to-saved-ltr.png new file mode 100644 index 0000000000..026014ca3a Binary files /dev/null and b/docs/doxygen/images/images/gtk-revert-to-saved-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-save-as.png b/docs/doxygen/images/images/gtk-save-as.png new file mode 100644 index 0000000000..3409adc7a9 Binary files /dev/null and b/docs/doxygen/images/images/gtk-save-as.png differ diff --git a/docs/doxygen/images/images/gtk-save.png b/docs/doxygen/images/images/gtk-save.png new file mode 100644 index 0000000000..18b7d24190 Binary files /dev/null and b/docs/doxygen/images/images/gtk-save.png differ diff --git a/docs/doxygen/images/images/gtk-select-all.png b/docs/doxygen/images/images/gtk-select-all.png new file mode 100644 index 0000000000..e3bd4ba72a Binary files /dev/null and b/docs/doxygen/images/images/gtk-select-all.png differ diff --git a/docs/doxygen/images/images/gtk-select-color.png b/docs/doxygen/images/images/gtk-select-color.png new file mode 100644 index 0000000000..2c764b374a Binary files /dev/null and b/docs/doxygen/images/images/gtk-select-color.png differ diff --git a/docs/doxygen/images/images/gtk-select-font.png b/docs/doxygen/images/images/gtk-select-font.png new file mode 100644 index 0000000000..2514b61671 Binary files /dev/null and b/docs/doxygen/images/images/gtk-select-font.png differ diff --git a/docs/doxygen/images/images/gtk-sort-ascending.png b/docs/doxygen/images/images/gtk-sort-ascending.png new file mode 100644 index 0000000000..3f8fd257ff Binary files /dev/null and b/docs/doxygen/images/images/gtk-sort-ascending.png differ diff --git a/docs/doxygen/images/images/gtk-sort-descending.png b/docs/doxygen/images/images/gtk-sort-descending.png new file mode 100644 index 0000000000..a8aa70584e Binary files /dev/null and b/docs/doxygen/images/images/gtk-sort-descending.png differ diff --git a/docs/doxygen/images/images/gtk-spell-check.png b/docs/doxygen/images/images/gtk-spell-check.png new file mode 100644 index 0000000000..32dcc2e63f Binary files /dev/null and b/docs/doxygen/images/images/gtk-spell-check.png differ diff --git a/docs/doxygen/images/images/gtk-stop.png b/docs/doxygen/images/images/gtk-stop.png new file mode 100644 index 0000000000..d88fed703b Binary files /dev/null and b/docs/doxygen/images/images/gtk-stop.png differ diff --git a/docs/doxygen/images/images/gtk-strikethrough.png b/docs/doxygen/images/images/gtk-strikethrough.png new file mode 100644 index 0000000000..8a844a3a97 Binary files /dev/null and b/docs/doxygen/images/images/gtk-strikethrough.png differ diff --git a/docs/doxygen/images/images/gtk-undelete-ltr.png b/docs/doxygen/images/images/gtk-undelete-ltr.png new file mode 100644 index 0000000000..cc58d0fb5d Binary files /dev/null and b/docs/doxygen/images/images/gtk-undelete-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-underline.png b/docs/doxygen/images/images/gtk-underline.png new file mode 100644 index 0000000000..35bcc8127f Binary files /dev/null and b/docs/doxygen/images/images/gtk-underline.png differ diff --git a/docs/doxygen/images/images/gtk-undo-ltr.png b/docs/doxygen/images/images/gtk-undo-ltr.png new file mode 100644 index 0000000000..b0c8a48d72 Binary files /dev/null and b/docs/doxygen/images/images/gtk-undo-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-unindent-ltr.png b/docs/doxygen/images/images/gtk-unindent-ltr.png new file mode 100644 index 0000000000..776f5767e0 Binary files /dev/null and b/docs/doxygen/images/images/gtk-unindent-ltr.png differ diff --git a/docs/doxygen/images/images/gtk-yes.png b/docs/doxygen/images/images/gtk-yes.png new file mode 100644 index 0000000000..e562366386 Binary files /dev/null and b/docs/doxygen/images/images/gtk-yes.png differ diff --git a/docs/doxygen/images/images/gtk-zoom-100.png b/docs/doxygen/images/images/gtk-zoom-100.png new file mode 100644 index 0000000000..92dddd2ea8 Binary files /dev/null and b/docs/doxygen/images/images/gtk-zoom-100.png differ diff --git a/docs/doxygen/images/images/gtk-zoom-fit.png b/docs/doxygen/images/images/gtk-zoom-fit.png new file mode 100644 index 0000000000..adbf7f3a21 Binary files /dev/null and b/docs/doxygen/images/images/gtk-zoom-fit.png differ diff --git a/docs/doxygen/images/images/gtk-zoom-in.png b/docs/doxygen/images/images/gtk-zoom-in.png new file mode 100644 index 0000000000..6b1b94336b Binary files /dev/null and b/docs/doxygen/images/images/gtk-zoom-in.png differ diff --git a/docs/doxygen/images/images/gtk-zoom-out.png b/docs/doxygen/images/images/gtk-zoom-out.png new file mode 100644 index 0000000000..ddc1eb1363 Binary files /dev/null and b/docs/doxygen/images/images/gtk-zoom-out.png differ diff --git a/docs/doxygen/mainpages/const_stockitems.h b/docs/doxygen/mainpages/const_stockitems.h index af89236500..831b947f78 100644 --- a/docs/doxygen/mainpages/const_stockitems.h +++ b/docs/doxygen/mainpages/const_stockitems.h @@ -15,79 +15,79 @@ Window IDs for which stock buttons and menu items are created (see the wxButton constructor and the wxMenuItem constructor): @beginDefList -@itemdef{Stock ID, Stock label} -@itemdef{wxID_ABOUT, "&About..."} -@itemdef{wxID_ADD, "Add"} -@itemdef{wxID_APPLY, "&Apply"} -@itemdef{wxID_BACKWARD, "&Back"} -@itemdef{wxID_BOLD, "&Bold"} -@itemdef{wxID_BOTTOM, "&Bottom"} -@itemdef{wxID_CANCEL, "&Cancel"} -@itemdef{wxID_CDROM, "&CD-Rom"} -@itemdef{wxID_CLEAR, "&Clear"} -@itemdef{wxID_CLOSE, "&Close"} -@itemdef{wxID_CONVERT, "&Convert"} -@itemdef{wxID_COPY, "&Copy"} -@itemdef{wxID_CUT, "Cu&t"} -@itemdef{wxID_DELETE, "&Delete"} -@itemdef{wxID_DOWN, "&Down"} -@itemdef{wxID_EDIT, "&Edit"} -@itemdef{wxID_EXECUTE, "&Execute"} -@itemdef{wxID_EXIT, "&Quit"} -@itemdef{wxID_FILE, "&File"} -@itemdef{wxID_FIND, "&Find"} -@itemdef{wxID_FIRST, "&First"} -@itemdef{wxID_FLOPPY, "&Floppy"} -@itemdef{wxID_FORWARD, "&Forward"} -@itemdef{wxID_HARDDISK, "&Harddisk"} -@itemdef{wxID_HELP, "&Help"} -@itemdef{wxID_HOME, "&Home"} -@itemdef{wxID_INDENT, "Indent"} -@itemdef{wxID_INDEX, "&Index"} -@itemdef{wxID_INFO, "&Info"} -@itemdef{wxID_ITALIC, "&Italic"} -@itemdef{wxID_JUMP_TO, "&Jump to"} -@itemdef{wxID_JUSTIFY_CENTER, "Centered"} -@itemdef{wxID_JUSTIFY_FILL, "Justified"} -@itemdef{wxID_JUSTIFY_LEFT, "Align Left"} -@itemdef{wxID_JUSTIFY_RIGHT, "Align Right"} -@itemdef{wxID_LAST, "&Last"} -@itemdef{wxID_NETWORK, "&Network"} -@itemdef{wxID_NEW, "&New"} -@itemdef{wxID_NO, "&No"} -@itemdef{wxID_OK, "&OK"} -@itemdef{wxID_OPEN, "&Open..."} -@itemdef{wxID_PASTE, "&Paste"} -@itemdef{wxID_PREFERENCES, "&Preferences"} -@itemdef{wxID_PREVIEW, "Print previe&w"} -@itemdef{wxID_PRINT, "&Print..."} -@itemdef{wxID_PROPERTIES, "&Properties"} -@itemdef{wxID_REDO, "&Redo"} -@itemdef{wxID_REFRESH, "Refresh"} -@itemdef{wxID_REMOVE, "Remove"} -@itemdef{wxID_REPLACE, "Rep&lace"} -@itemdef{wxID_REVERT_TO_SAVED, "Revert to Saved"} -@itemdef{wxID_SAVE, "&Save"} -@itemdef{wxID_SAVEAS, "Save &As..."} -@itemdef{wxID_SELECTALL, "Select &All"} -@itemdef{wxID_SELECT_COLOR, "&Color"} -@itemdef{wxID_SELECT_FONT, "&Font"} -@itemdef{wxID_SORT_ASCENDING, "&Ascending"} -@itemdef{wxID_SORT_DESCENDING, "&Descending"} -@itemdef{wxID_SPELL_CHECK, "&Spell Check"} -@itemdef{wxID_STOP, "&Stop"} -@itemdef{wxID_STRIKETHROUGH, "&Strikethrough"} -@itemdef{wxID_TOP, "&Top"} -@itemdef{wxID_UNDELETE, "Undelete"} -@itemdef{wxID_UNDERLINE, "&Underline"} -@itemdef{wxID_UNDO, "&Undo"} -@itemdef{wxID_UNINDENT, "&Unindent"} -@itemdef{wxID_UP, "&Up"} -@itemdef{wxID_YES, "&Yes"} -@itemdef{wxID_ZOOM_100, "&Actual Size"} -@itemdef{wxID_ZOOM_FIT, "Zoom to &Fit"} -@itemdef{wxID_ZOOM_IN, "Zoom &In"} -@itemdef{wxID_ZOOM_OUT, "Zoom &Out"} +@row3col{Stock ID, GTK icon, Stock label} +@stock{wxID_ABOUT,about,&About...} +@stock{wxID_ADD,add,Add} +@stock{wxID_APPLY,apply,&Apply} +@stock{wxID_BACKWARD,go-back-ltr,&Back} +@stock{wxID_BOLD,bold,&Bold} +@stock{wxID_BOTTOM,goto-bottom,&Bottom} +@stock{wxID_CANCEL,cancel,&Cancel} +@stock{wxID_CDROM,cdrom,&CD-Rom} +@stock{wxID_CLEAR,clear,&Clear} +@stock{wxID_CLOSE,close,&Close} +@stock{wxID_CONVERT,convert,&Convert} +@stock{wxID_COPY,copy,&Copy} +@stock{wxID_CUT,cut,Cu&t} +@stock{wxID_DELETE,delete,&Delete} +@stock{wxID_DOWN,go-down,&Down} +@stock{wxID_EDIT,edit,&Edit} +@stock{wxID_EXECUTE,execute,&Execute} +@stock{wxID_EXIT,quit,&Quit} +@stock{wxID_FILE,file,&File} +@stock{wxID_FIND,find,&Find} +@stock{wxID_FIRST,goto-first-ltr,&First} +@stock{wxID_FLOPPY,floppy,&Floppy} +@stock{wxID_FORWARD,go-forward-ltr,&Forward} +@stock{wxID_HARDDISK,harddisk,&Harddisk} +@stock{wxID_HELP,help,&Help} +@stock{wxID_HOME,home,&Home} +@stock{wxID_INDENT,indent-ltr,Indent} +@stock{wxID_INDEX,index,&Index} +@stock{wxID_INFO,info,&Info} +@stock{wxID_ITALIC,italic,&Italic} +@stock{wxID_JUMP_TO,jump-to-ltr,&Jump to} +@stock{wxID_JUSTIFY_CENTER,justify-center,Centered} +@stock{wxID_JUSTIFY_FILL,justify-fill,Justified} +@stock{wxID_JUSTIFY_LEFT,justify-left,Align Left} +@stock{wxID_JUSTIFY_RIGHT,justify-right,Align Right} +@stock{wxID_LAST,goto-last-ltr,&Last} +@stock{wxID_NETWORK,network,&Network} +@stock{wxID_NEW,new,&New} +@stock{wxID_NO,no,&No} +@stock{wxID_OK,ok,&OK} +@stock{wxID_OPEN,open,&Open...} +@stock{wxID_PASTE,paste,&Paste} +@stock{wxID_PREFERENCES,preferences,&Preferences} +@stock{wxID_PREVIEW,print-preview,Print previe&w} +@stock{wxID_PRINT,print,&Print...} +@stock{wxID_PROPERTIES,properties,&Properties} +@stock{wxID_REDO,redo-ltr,&Redo} +@stock{wxID_REFRESH,refresh,Refresh} +@stock{wxID_REMOVE,remove,Remove} +@stock{wxID_REPLACE,find-and-replace,Rep&lace} +@stock{wxID_REVERT_TO_SAVED,revert-to-saved-ltr,Revert to Saved} +@stock{wxID_SAVE,save,&Save} +@stock{wxID_SAVEAS,save-as,Save &As...} +@stock{wxID_SELECTALL,select-all,Select &All} +@stock{wxID_SELECT_COLOR,select-color,&Color} +@stock{wxID_SELECT_FONT,select-font,&Font} +@stock{wxID_SORT_ASCENDING,sort-ascending,&Ascending} +@stock{wxID_SORT_DESCENDING,sort-descending,&Descending} +@stock{wxID_SPELL_CHECK,spell-check,&Spell Check} +@stock{wxID_STOP,stop,&Stop} +@stock{wxID_STRIKETHROUGH,strikethrough,&Strikethrough} +@stock{wxID_TOP,goto-top,&Top} +@stock{wxID_UNDELETE,undelete-ltr,Undelete} +@stock{wxID_UNDERLINE,underline,&Underline} +@stock{wxID_UNDO,undo-ltr,&Undo} +@stock{wxID_UNINDENT,unindent-ltr,&Unindent} +@stock{wxID_UP,go-up,&Up} +@stock{wxID_YES,yes,&Yes} +@stock{wxID_ZOOM_100,zoom-100,&Actual Size} +@stock{wxID_ZOOM_FIT,zoom-fit,Zoom to &Fit} +@stock{wxID_ZOOM_IN,zoom-in,Zoom &In} +@stock{wxID_ZOOM_OUT,zoom-out,Zoom &Out} @endDefList Note that some of the IDs listed above have also a stock accelerator