]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/window.h
adding hook, but unfortunately no solution yet for wxComboBox::SetEditable
[wxWidgets.git] / include / wx / osx / window.h
index c97e979c8a8b113de4afc2f239b81cd8153b626f..57afc42463e7f0e00b259abd557a02205ecd8f56 100644 (file)
@@ -55,6 +55,8 @@ public:
                 long style = 0,
                 const wxString& name = wxPanelNameStr );
 
+    virtual void SendSizeEvent(int flags = 0);
+    
     // implement base class pure virtuals
     virtual void SetLabel( const wxString& label );
     virtual wxString GetLabel() const;
@@ -286,6 +288,7 @@ public:
 
     virtual bool        OSXHandleClicked( double timestampsec );
     virtual bool        OSXHandleKeyEvent( wxKeyEvent& event );
+    virtual void        OSXSimulateFocusEvents();
 
     bool                IsNativeWindowWrapper() const { return m_isNativeWindowWrapper; }