]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Make wxMotif buttons smaller (and nicer) by default,
[wxWidgets.git] / include / wx / generic / treectlg.h
index 2aba6baa1013bb7055cf0989f1cab591cebe9838..7ab1cd0d31870017309c06c64306d2f9a2839b7b 100644 (file)
@@ -185,7 +185,8 @@ public:
 
         // if 'recursively' is FALSE, only immediate children count, otherwise
         // the returned number is the number of all items in this branch
-    size_t GetChildrenCount(const wxTreeItemId& item, bool recursively = TRUE);
+    size_t GetChildrenCount(const wxTreeItemId& item,
+                            bool recursively = TRUE) const;
 
     // navigation
     // ----------