]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/private.h
Applied patch [ 596061 ] Adds more navigation buttons to preview
[wxWidgets.git] / include / wx / mac / private.h
index af3ab308ec3fc008c4188e3a3e50cf4ecc3c15d4..839b738b6ebd70eeaa8ec4f81ecce60c8274ece8 100644 (file)
@@ -72,6 +72,18 @@ private:
     const wxDC* m_dc ;
 } ;
 
+class WXDLLEXPORT wxMacWindowClipper
+{
+    DECLARE_NO_COPY_CLASS(wxMacWindowClipper)
+        
+public:
+    wxMacWindowClipper( const wxWindow* win ) ;
+    ~wxMacWindowClipper() ;
+private:
+    RgnHandle m_formerClip ;
+    RgnHandle m_newClip ;
+} ;
+
 class wxMacDrawingHelper
 {
     DECLARE_NO_COPY_CLASS(wxMacDrawingHelper)
@@ -92,6 +104,8 @@ private:
     bool      m_ok ;
 } ;
 
+// app.h
+bool wxMacConvertEventToRecord( EventRef event , EventRecord *rec) ;
 
 // filefn.h
 WXDLLEXPORT wxString wxMacFSSpec2MacFilename( const FSSpec *spec ) ;