Stock buttons

Johan Vromans <[email protected]> Mon, 21 Aug 2023 13:50:40 +0200
Newsgroups gmane.comp.python.wxglade
Organization Squirrel Consultancy
Message-ID <[email protected]>
--MP_/gaFYMMoq98Qc9Aiygv_hDuP
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

Can you please consider updating the button stock items according to the
attached patch?

Regards,
	Johan


--MP_/gaFYMMoq98Qc9Aiygv_hDuP
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=stockitems.patch

diff --git a/widgets/button/button_stockitems.py b/widgets/button/button_stockitems.py
index ea065769..5a2db614 100644
--- a/widgets/button/button_stockitems.py
+++ b/widgets/button/button_stockitems.py
@@ -3,49 +3,69 @@ class ButtonStockItems(object):
     stock_ids = {
         "ADD" :                 "Add",
         "APPLY" :               "&Apply",
+        "BACKWARD" :            "&Back",
         "BOLD" :                "&Bold",
+        "BOTTOM" :              "&Bottom",
         "CANCEL" :              "&Cancel",
+        "CDROM" :               "CD-Rom",
         "CLEAR" :               "&Clear",
         "CLOSE" :               "&Close",
+        "CONVERT" :             "&Convert",
         "COPY" :                "&Copy",
         "CUT" :                 "Cu&t",
         "DELETE" :              "&Delete",
-        "FIND" :                "&Find",
-        "REPLACE" :             "Find and rep&lace",
-        "BACKWARD" :            "&Back",
         "DOWN" :                "&Down",
+        "EDIT" :                "&Edit",
+        "EXECUTE" :             "&Execute",
+        "EXIT" :                "&Quit",
+        "FIND" :                "&Find",
+        "FIRST" :               "&First",
+        "FLOPPY" :              "&Floppy",
         "FORWARD" :             "&Forward",
-        "UP" :                  "&Up",
+        "HARDDISK" :            "&Harddisk",
         "HELP" :                "&Help",
         "HOME" :                "&Home",
         "INDENT" :              "Indent",
         "INDEX" :               "&Index",
+        "INFO" :                "&Info",
         "ITALIC" :              "&Italic",
+        "JUMP_TO" :             "&Jump to",
         "JUSTIFY_CENTER" :      "Centered",
         "JUSTIFY_FILL" :        "Justified",
         "JUSTIFY_LEFT" :        "Align Left",
         "JUSTIFY_RIGHT" :       "Align Right",
+        "LAST" :                "&Last",
+        "NETWORK" :             "&Network",
         "NEW" :                 "&New",
         "NO" :                  "&No",
         "OK" :                  "&OK",
         "OPEN" :                "&Open",
         "PASTE" :               "&Paste",
         "PREFERENCES" :         "&Preferences",
-        "PRINT" :               "&Print",
         "PREVIEW" :             "Print previe&w",
+        "PRINT" :               "&Print",
         "PROPERTIES" :          "&Properties",
-        "EXIT" :                "&Quit",
         "REDO" :                "&Redo",
         "REFRESH" :             "Refresh",
         "REMOVE" :              "Remove",
+        "REPLACE" :             "Find and rep&lace",
         "REVERT_TO_SAVED" :     "Revert to Saved",
         "SAVE" :                "&Save",
         "SAVEAS" :              "Save &As...",
+        "SELECTALL" :           "Select &All",
+        "SELECT_COLOR" :        "&Color",
+        "SELECT_FONT" :         "&Font",
+        "SORT_ASCENDING" :      "&Ascending",
+        "SORT_DESCENDING" :     "&Descending",
+        "PELL_CHECK" :          "&Spell Check",
         "STOP" :                "&Stop",
+        "STRIKETHROUGH" :       "&Strikethrough",
+        "TOP" :                 "&Top",
         "UNDELETE" :            "Undelete",
         "UNDERLINE" :           "&Underline",
         "UNDO" :                "&Undo",
         "UNINDENT" :            "&Unindent",
+        "UP" :                  "&Up",
         "YES" :                 "&Yes",
         "ZOOM_100" :            "&Actual Size",
         "ZOOM_FIT" :            "Zoom to &Fit",

--MP_/gaFYMMoq98Qc9Aiygv_hDuP
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--MP_/gaFYMMoq98Qc9Aiygv_hDuP
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
wxGlade-general mailing list
wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxglade-general

--MP_/gaFYMMoq98Qc9Aiygv_hDuP--