added some font measuring to wxAuiMultiNotebook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-07-22 18:51:14 +00:00
parent 6bd719f16c
commit da5e85d989
2 changed files with 23 additions and 3 deletions

View File

@@ -253,6 +253,7 @@ protected:
wxFont m_selected_font;
wxFont m_normal_font;
int m_tab_ctrl_height;
DECLARE_EVENT_TABLE()
};