// find tool by widget
wxToolBarToolBase *FindToolByWidget(WXWidget w) const;
-protected:
+private:
// common part of all ctors
void Init();
const wxString& shortHelp,
const wxString& longHelp);
virtual wxToolBarToolBase *CreateTool(wxControl *control);
-
+
+ virtual void DoSetSize(int x, int y,
+ int width, int height,
+ int sizeFlags = wxSIZE_AUTO);
private:
DECLARE_DYNAMIC_CLASS(wxToolBar)
};