X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/treectrl.h?ds=sidebyside 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;