summaryrefslogtreecommitdiff
path: root/src/macos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macos.h')
-rw-r--r--src/macos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macos.h b/src/macos.h
index 22a6dfff..10cbba81 100644
--- a/src/macos.h
+++ b/src/macos.h
@@ -39,8 +39,10 @@ void hideTitleBar_MacOS (iWindow *window);
39void insertMenuItems_MacOS (const char *menuLabel, int atIndex, const iMenuItem *items, size_t count); 39void insertMenuItems_MacOS (const char *menuLabel, int atIndex, const iMenuItem *items, size_t count);
40void removeMenu_MacOS (int atIndex); 40void removeMenu_MacOS (int atIndex);
41void enableMenu_MacOS (const char *menuLabel, iBool enable); 41void enableMenu_MacOS (const char *menuLabel, iBool enable);
42void enableMenuIndex_MacOS (int index, iBool enable);
42void enableMenuItem_MacOS (const char *menuItemCommand, iBool enable); 43void enableMenuItem_MacOS (const char *menuItemCommand, iBool enable);
43void enableMenuItemsByKey_MacOS (int key, int kmods, iBool enable); 44void enableMenuItemsByKey_MacOS (int key, int kmods, iBool enable);
45void enableMenuItemsOnHomeRow_MacOS(iBool enable);
44void handleCommand_MacOS (const char *cmd); 46void handleCommand_MacOS (const char *cmd);
45 47
46void showPopupMenu_MacOS (iWidget *source, iInt2 windowCoord, const iMenuItem *items, size_t n); 48void showPopupMenu_MacOS (iWidget *source, iInt2 windowCoord, const iMenuItem *items, size_t n);