X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d..968a7de2c5da97f4fba0ca29957f75a0bba92ae2:/interface/wx/ribbon/toolbar.h?ds=inline diff --git a/interface/wx/ribbon/toolbar.h b/interface/wx/ribbon/toolbar.h index 66ea8ec1bf..1a35d7e3d6 100644 --- a/interface/wx/ribbon/toolbar.h +++ b/interface/wx/ribbon/toolbar.h @@ -39,8 +39,11 @@ public: /** Construct a ribbon tool bar with the given parameters. + @param parent Parent window for the tool bar (typically a wxRibbonPanel). + @param id + An identifier for the toolbar. @c wxID_ANY is taken to mean a default. @param pos Initial position of the tool bar. @param size @@ -121,9 +124,7 @@ public: @return An opaque pointer which can be used only with other tool bar methods. - @see AddDropdownTool() - @see AddHybridTool() - @saa AddSeparator() + @see AddDropdownTool(), AddHybridTool(), AddSeparator() */ virtual wxRibbonToolBarToolBase* AddTool( int tool_id, @@ -137,7 +138,7 @@ public: Add a separator to the tool bar. Separators are used to separate tools into groups. As such, a separator - is not explicity drawn, but is visually seen as the gap between tool + is not explicitly drawn, but is visually seen as the gap between tool groups. */ virtual wxRibbonToolBarToolBase* AddSeparator(); @@ -146,7 +147,7 @@ public: Set the number of rows to distribute tool groups over. Tool groups can be distributed over a variable number of rows. The way - in which groups are assigned to rows is not specificed, and the order + in which groups are assigned to rows is not specified, and the order of groups may change, but they will be distributed in such a way as to minimise the overall size of the tool bar.