]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
Changed bool WakeUpIdle() to void to match base class
[wxWidgets.git] / include / wx / motif / frame.h
index dcc4bd221f136b38c357ed28c4e35e5992d33a5e..31a2f2a80c2a73c411adadf23327f35414606e0b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MOTIF_FRAME_H_
 #define _WX_MOTIF_FRAME_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "frame.h"
 #endif
 
@@ -61,7 +61,10 @@ public:
     
     // Create toolbar
 #if wxUSE_TOOLBAR
-    virtual wxToolBar* CreateToolBar(long style = wxNO_BORDER|wxTB_HORIZONTAL, wxWindowID id = -1, const wxString& name = wxToolBarNameStr);
+    virtual wxToolBar* CreateToolBar(long style = wxNO_BORDER|wxTB_HORIZONTAL,
+                                     wxWindowID id = -1,
+                                     const wxString& name = wxToolBarNameStr);
+    virtual void SetToolBar(wxToolBar *toolbar);
     virtual void PositionToolBar();
 #endif // wxUSE_TOOLBAR
     
@@ -89,6 +92,8 @@ public:
 
     bool PreResize();
 
+    void SendSizeEvent();
+
     // for generic/mdig.h
     virtual void DoGetClientSize(int *width, int *height) const;    
 private: