ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
/**
|
||||
Returns the item associated with this node.
|
||||
*/
|
||||
const wxTreeItemId GetId();
|
||||
const wxTreeItemId& GetId() const;
|
||||
|
||||
/**
|
||||
Sets the item associated with this node.
|
||||
@@ -98,7 +98,7 @@ public:
|
||||
|
||||
/**
|
||||
Indicates which type to associate an image with a wxTreeCtrl item.
|
||||
|
||||
|
||||
@see wxTreeCtrl::GetItemImage(), wxTreeCtrl::SetItemImage()
|
||||
*/
|
||||
enum wxTreeItemIcon
|
||||
|
Reference in New Issue
Block a user