ui/ui/stock.h

changeset 30
34513f76d5a8
parent 22
bcf880b29bc3
child 54
97bafeca1c7c
equal deleted inserted replaced
29:c96169444d88 30:34513f76d5a8
36 #endif 36 #endif
37 37
38 // motif stock ids 38 // motif stock ids
39 #if UI_MOTIF || UI_COCOA 39 #if UI_MOTIF || UI_COCOA
40 40
41 #define UI_STOCK_NEW "uiNew" 41 #define UI_STOCK_NEW "ui.stock.New"
42 #define UI_STOCK_OPEN "uiOpen" 42 #define UI_STOCK_OPEN "ui.stock.Open"
43 #define UI_STOCK_SAVE "uiSave" 43 #define UI_STOCK_SAVE "ui.stock.Save"
44 #define UI_STOCK_SAVE_AS "uiSaveAs" 44 #define UI_STOCK_SAVE_AS "ui.stock.SaveAs"
45 #define UI_STOCK_REVERT_TO_SAVED "uiRevertToSaved" 45 #define UI_STOCK_REVERT_TO_SAVED "ui.stock.RevertToSaved"
46 #define UI_STOCK_GO_BACK "uiGoBack" 46 #define UI_STOCK_GO_BACK "ui.stock.GoBack"
47 #define UI_STOCK_GO_FORWARD "uiGoForward" 47 #define UI_STOCK_GO_FORWARD "ui.stock.GoForward"
48 #define UI_STOCK_ADD "uiAdd" 48 #define UI_STOCK_ADD "ui.stock.Add"
49 #define UI_STOCK_CLOSE "uiClose" 49 #define UI_STOCK_CLOSE "ui.stock.Close"
50 50
51 #define UI_STOCK_UNDO "uiUndo" 51 #define UI_STOCK_UNDO "ui.stock.Undo"
52 #define UI_STOCK_REDO "uiRedo" 52 #define UI_STOCK_REDO "ui.stock.Redo"
53 #define UI_STOCK_CUT "uiCut" 53 #define UI_STOCK_CUT "ui.stock.Cut"
54 #define UI_STOCK_COPY "uiCopy" 54 #define UI_STOCK_COPY "ui.stock.Copy"
55 #define UI_STOCK_PASTE "uiPaste" 55 #define UI_STOCK_PASTE "ui.stock.Paste"
56 #define UI_STOCK_DELETE "uiDelete" 56 #define UI_STOCK_DELETE "ui.stock.Delete"
57 57
58 #endif 58 #endif
59 59
60 #if UI_GTK2 || UI_GTK3 60 #if UI_GTK2 || UI_GTK3
61 61

mercurial