]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
another compilation fix
[wxWidgets.git] / include / wx / frame.h
index 3a3c0354a32eff84ea243d94de2e9a5f60a96da9..6f5ca2de9172a6d3ab17ae2f95314b4d3bc81a9f 100644 (file)
@@ -192,6 +192,10 @@ protected:
     // something changes
     virtual void PositionStatusBar() { }
 
+    // show the help string for this menu item in the given status bar: the
+    // status bar pointer can be NULL; return TRUE if help was shown
+    bool ShowMenuHelp(wxStatusBar *statbar, int id);
+
     wxStatusBar *m_frameStatusBar;
 #endif // wxUSE_STATUSBAR