]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
Notebook, Listbox, and Checklst updates
[wxWidgets.git] / include / wx / generic / splitter.h
index 3667538fdaebd1ff22009de7b2dabeb4bdad5b90..2ea74a49d0c1da60ea13ee52b43bbfaecc8bdf6a 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __SPLITTERH_G__
 #define __SPLITTERH_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "splitter.h"
 #endif
 
@@ -244,7 +244,12 @@ protected:
     int ConvertSashPosition(int sashPos) const;
 
     // set the real sash position, sashPos here must be positive
-    void DoSetSashPosition(int sashPos);
+    //
+    // returns TRUE if the sash position has been changed, FALSE otherwise
+    bool DoSetSashPosition(int sashPos);
+
+    // set the sash position and send an event about it having been changed
+    void SetSashPositionAndNotify(int sashPos);
 
     // set the cursor appropriate for the current split mode
     void SetResizeCursor();