]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
Fixed auto-resizing behavior when double-clicking a splitter; Added wxPropertyGrid...
[wxWidgets.git] / include / wx / osx / core / private.h
index 79b652409832f5b4a223f7502ce5ec956aea3ad8..49b2f13417acdd5a058866b32b0c4dce06d1010f 100644 (file)
@@ -268,6 +268,8 @@ public :
     virtual void        SetScrollThumb( wxInt32 value, wxInt32 thumbSize ) = 0;
 
     virtual void        SetFont( const wxFont & font , const wxColour& foreground , long windowStyle, bool ignoreBlack = true ) = 0;
+    
+    virtual void        SetToolTip(wxToolTip* WXUNUSED(tooltip)) { }
 
     // is the clicked event sent AFTER the state already changed, so no additional
     // state changing logic is required from the outside