]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/window.h
Added long-filename functions & normalisation; patch to Watcom makefiles
[wxWidgets.git] / include / wx / mac / window.h
index 98bccb03249808cb3797536d50186a297229be1d..bef75866505511efa210839083fd20444364cea0 100644 (file)
@@ -177,6 +177,7 @@ public:
 
     // event handlers
     // --------------
+       void OnSetFocus(wxFocusEvent& event) ;
     void OnEraseBackground(wxEraseEvent& event);
     void OnIdle(wxIdleEvent& event);
     void MacOnScroll(wxScrollEvent&event ) ;
@@ -246,10 +247,16 @@ public :
        WindowRef                                                       GetMacRootWindow() const  ;
 
        virtual ControlHandle                           MacGetContainerForEmbedding() ;
-       virtual long                                            MacGetBorderSize() const ;
+       
+       virtual long                                            MacGetLeftBorderSize() const ;
+       virtual long                                            MacGetRightBorderSize() const ;
+       virtual long                                            MacGetTopBorderSize() const ;
+       virtual long                                            MacGetBottomBorderSize() const ;
+
        static long                                                     MacRemoveBordersFromStyle( long style ) ;
        virtual void                                            MacSuperChangedPosition() ;
        virtual void                                            MacSuperShown( bool show ) ;
+       bool                                                            MacIsReallyShown() const ;
 /*
        bool                                                                            MacSetupFocusPort() ;
        bool                                                                            MacSetupDrawingPort() ;