]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/private.h
implemented SetItemToolTip()
[wxWidgets.git] / include / wx / mac / carbon / private.h
index 7e97116a902b0dad5c66cc2077eecd6191cecac4..9302752b23cdab704b4a8a9291b38e1d5be2df15 100644 (file)
@@ -870,7 +870,14 @@ public :
                         const wxMacDataItem* itemID,
                         DataBrowserItemNotification message,
                         DataBrowserItemDataRef itemData);
-    
+
+    // as we are getting the same events for human and API selection we have to suppress
+    // events in the latter case, since this will be used from many subclasses we keep it here
+
+    bool            IsSelectionSuppressed() const { return m_suppressSelection; }
+    bool            SuppressSelection( bool suppress );
+
+protected:
     // ID aware base methods, should be 'final' ie not changed in subclasses
     
     virtual Boolean CompareItems(DataBrowserItemID itemOneID, 
@@ -887,12 +894,6 @@ public :
                         DataBrowserItemNotification message,
                         DataBrowserItemDataRef itemData);
 
-    // as we are getting the same events for human and API selection we have to suppress
-    // events in the latter case, since this will be used from many subclasses we keep it here
-    
-    bool            IsSelectionSuppressed() const { return m_suppressSelection; }
-    bool            SuppressSelection( bool suppress );
-    
 private :
 
     bool m_suppressSelection;