git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56942
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
virtual wxToolBarToolBase* AddSeparator();
*/
virtual wxToolBarToolBase* AddSeparator();
/**
Adds a tool to the toolbar.
/**
Adds a tool to the toolbar.
const wxString& shortHelpString = wxEmptyString,
const wxString& longHelpString = wxEmptyString,
wxObject* clientData = NULL);
const wxString& shortHelpString = wxEmptyString,
const wxString& longHelpString = wxEmptyString,
wxObject* clientData = NULL);
/**
Deletes all the tools in the toolbar.
/**
Deletes all the tools in the toolbar.
const wxBitmap& bitmap2 = wxNullBitmap,
bool isToggle = false,
wxObject* clientData = NULL,
const wxBitmap& bitmap2 = wxNullBitmap,
bool isToggle = false,
wxObject* clientData = NULL,
- const wxString& shortHelpString = "",
- const wxString& longHelpString = "");
+ const wxString& shortHelpString = wxEmptyString,
+ const wxString& longHelpString = wxEmptyString);
wxToolBarToolBase* InsertTool(size_t pos,
wxToolBarToolBase* tool);
//@}
wxToolBarToolBase* InsertTool(size_t pos,
wxToolBarToolBase* tool);
//@}
*/
bool SetDropdownMenu(int id, wxMenu* menu);
*/
bool SetDropdownMenu(int id, wxMenu* menu);
/**
Set the values to be used as margins for the toolbar.
/**
Set the values to be used as margins for the toolbar.
@see GetMargins(), wxSize
*/
void SetMargins(const wxSize& size);
@see GetMargins(), wxSize
*/
void SetMargins(const wxSize& size);
/**
Sets the default size of each tool bitmap. The default bitmap size is 16
/**
Sets the default size of each tool bitmap. The default bitmap size is 16