put remaining toolbars-related methods into #if wxUSE_TOOLBAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -213,10 +213,12 @@ public:
|
||||
virtual wxCoord GetCheckItemMargin() const
|
||||
{ return 0; }
|
||||
|
||||
#if wxUSE_TOOLBAR
|
||||
virtual wxSize GetToolBarButtonSize(wxCoord *separator) const
|
||||
{ if ( separator ) *separator = 5; return wxSize(16, 15); }
|
||||
virtual wxSize GetToolBarMargin() const
|
||||
{ return wxSize(4, 4); }
|
||||
#endif // wxUSE_TOOLBAR
|
||||
|
||||
#if wxUSE_TEXTCTRL
|
||||
virtual wxRect GetTextTotalArea(const wxTextCtrl *text,
|
||||
|
Reference in New Issue
Block a user