X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/treectrl.h diff --git a/interface/wx/treectrl.h b/interface/wx/treectrl.h index 1aa4c983fa..2b1f1caef8 100644 --- a/interface/wx/treectrl.h +++ b/interface/wx/treectrl.h @@ -516,6 +516,11 @@ public: /** Returns the font of the item label. + + If the font hadn't been explicitly set for the specified @a item with + SetItemFont(), returns an invalid ::wxNullFont font. GetFont() can be + used to retrieve the global tree control font used for the items + without any specific font. */ virtual wxFont GetItemFont(const wxTreeItemId& item) const;