X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/treectrl.h diff --git a/interface/wx/treectrl.h b/interface/wx/treectrl.h index 58ce8ade7d..2b1f1caef8 100644 --- a/interface/wx/treectrl.h +++ b/interface/wx/treectrl.h @@ -2,7 +2,6 @@ // Name: treectrl.h // Purpose: interface of wxTreeItemData // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -517,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;