]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbar.h
Document ctors creating a wxString from repeated characters.
[wxWidgets.git] / interface / wx / toolbar.h
index 958ce46caf7db4239e827e4844d0870e1613eeea..02698a9b39b280d42c49c0292c7fcbf35685e7d0 100644 (file)
@@ -85,7 +85,7 @@
     ignores @c wxTB_NOICONS style. Also, toggling the @c wxTB_TEXT works only
     if the style was initially on.
 
-    @beginEventTable{wxCommandEvent}
+    @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOOL(id, func)}
         Process a @c wxEVT_COMMAND_TOOL_CLICKED event (a synonym for @c
         wxEVT_COMMAND_MENU_SELECTED). Pass the id of the tool.
@@ -224,8 +224,9 @@ public:
     /**
         Adds a separator for spacing groups of tools.
 
-        Note that the meaning of a "separator" is a vertical line under wxMSW and
-        a simple space under wxGTK.
+        Notice that the separator uses the look appropriate for the current
+        platform so it can be a vertical line (MSW, some versions of GTK) or
+        just an empty space or something else.
 
         @see AddTool(), SetToolSeparation()
     */