fix a macroscopic error which made Doxygen generate invalid XML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -399,33 +399,16 @@ public:
|
|||||||
//@{
|
//@{
|
||||||
/**
|
/**
|
||||||
Returns the font of the item label.
|
Returns the font of the item label.
|
||||||
|
|
||||||
|
@see wxTreeItemData
|
||||||
|
|
||||||
|
@beginWxPythonOnly
|
||||||
|
wxPython provides the following shortcut method:
|
||||||
|
@li GetPyData(item): Returns the Python Object associated with the
|
||||||
|
wxTreeItemData for the given item Id.
|
||||||
|
@endWxPythonOnly
|
||||||
*/
|
*/
|
||||||
wxTreeItemData* GetItemData(const wxTreeItemId& item) const;
|
wxTreeItemData* GetItemData(const wxTreeItemId& item) const;
|
||||||
const See also
|
|
||||||
wxTreeItemData
|
|
||||||
wxPython note:
|
|
||||||
wxPython provides the following shortcut method:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
GetPyData(item)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Returns the Python Object
|
|
||||||
associated with the wxTreeItemData for the given item Id.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
wxFont GetItemFont(const wxTreeItemId& item) const;
|
wxFont GetItemFont(const wxTreeItemId& item) const;
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user