+
+ @remarks After you have added tools to a toolbar, you must call
+ Realize() in order to have the tools appear.
+
+ @see AddSeparator(), AddCheckTool(), AddRadioTool(),
+ InsertTool(), DeleteTool(), Realize(), SetDropdownMenu()
+ */
+ wxToolBarToolBase* AddTool(int toolId, const wxString& label,
+ const wxBitmap& bitmap,
+ const wxString& shortHelp = wxEmptyString,
+ wxItemKind kind = wxITEM_NORMAL);
+
+ /**
+ Adds a tool to the toolbar.
+
+ @param toolId
+ An integer by which the tool may be identified in subsequent
+ operations.
+ @param label
+ The string to be displayed with the tool.
+ @param bitmap