]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Chianti, Pinot noir, WINE..
[wxWidgets.git] / include / wx / msw / frame.h
index 36458bf83a49dc41367727408fcebe0017bc6491..c54d5f66f8941df2eec76000797457ec0181430d 100644 (file)
@@ -73,11 +73,14 @@ public:
     virtual wxMenuBar *GetMenuBar() const;
 
     // Call this to simulate a menu command
-    bool Command(int id) { ProcessCommand(id); }
+    bool Command(int id) { return ProcessCommand(id); }
 
     // process menu command: returns TRUE if processed
     bool ProcessCommand(int id);
 
+    // make the window modal (all other windows unresponsive)
+    virtual void MakeModal(bool modal = TRUE);
+
     // Set icon
     virtual void SetIcon(const wxIcon& icon);