]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebase.h
Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and...
[wxWidgets.git] / interface / wx / treebase.h
index 84ffd78598027b862e1c26260ffd45f82475f588..4218dac815075cf36aa465ba4126d143d482d5c3 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxTreeItemId
 
 /**
     @class wxTreeItemId
-    @wxheader{treebase.h}
 
     An opaque reference to a tree item.
 
 
     An opaque reference to a tree item.
 
@@ -48,7 +47,6 @@ public:
 
 /**
     @class wxTreeItemData
 
 /**
     @class wxTreeItemData
-    @wxheader{treebase.h}
 
     wxTreeItemData is some (arbitrary) user class associated with some item. The
     main advantage of having this class is that wxTreeItemData objects are
 
     wxTreeItemData is some (arbitrary) user class associated with some item. The
     main advantage of having this class is that wxTreeItemData objects are
@@ -85,12 +83,12 @@ public:
     /**
         Virtual destructor.
     */
     /**
         Virtual destructor.
     */
-    ~wxTreeItemData();
+    virtual ~wxTreeItemData();
 
     /**
         Returns the item associated with this node.
     */
 
     /**
         Returns the item associated with this node.
     */
-    const wxTreeItemId GetId();
+    const wxTreeItemId& GetId() const;
 
     /**
         Sets the item associated with this node.
 
     /**
         Sets the item associated with this node.
@@ -100,7 +98,7 @@ public:
 
 /**
     Indicates which type to associate an image with a wxTreeCtrl item.
 
 /**
     Indicates which type to associate an image with a wxTreeCtrl item.
-    
+
     @see wxTreeCtrl::GetItemImage(), wxTreeCtrl::SetItemImage()
 */
 enum wxTreeItemIcon
     @see wxTreeCtrl::GetItemImage(), wxTreeCtrl::SetItemImage()
 */
 enum wxTreeItemIcon