Rewrote wxToolBar another time.
Other minor tweaks. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -354,7 +354,7 @@ public:
|
||||
virtual wxSize GetToolBarButtonSize(wxCoord *separator) const
|
||||
{ if ( separator ) *separator = 5; return wxSize(16, 15); }
|
||||
virtual wxSize GetToolBarMargin() const
|
||||
{ return wxSize(6, 6); }
|
||||
{ return wxSize(4, 4); }
|
||||
|
||||
virtual wxRect GetTextTotalArea(const wxTextCtrl *text,
|
||||
const wxRect& rect) const;
|
||||
|
||||
Reference in New Issue
Block a user