]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Implemented wxGetClientDisplayRect which returns the dimensions of the
[wxWidgets.git] / include / wx / generic / treectlg.h
index 08761557d25728303580a2ef6450553818717f1b..2165e9c18ed30e2915ec780c9e948f12547747be 100644 (file)
@@ -148,6 +148,9 @@ public:
         // set the items font (should be of the same height for all items)
     void SetItemFont(const wxTreeItemId& item, const wxFont& font);
 
+        // set the window font
+    virtual bool SetFont( const wxFont &font );
+
     // item status inquiries
     // ---------------------