]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/toolbar.h
No changes, just use "@since 3.0" consistently in the documentation.
[wxWidgets.git] / interface / wx / ribbon / toolbar.h
index 3ab156b770751d1a077fa1f9ce6d7b7e864a3186..c73f96380cdce015245f82fc93ff88b7f9cdb3c5 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        ribbon/toolbar.h
 // Purpose:     interface of wxRibbonToolBar
 // Author:      Peter Cawley
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -218,7 +217,7 @@ public:
 
         @param pos
             Position of the new tool (number of tools and separators from the
-            begining of the toolbar).
+            beginning of the toolbar).
         @param tool_id
             ID of the new tool (used for event callbacks).
         @param bitmap
@@ -284,7 +283,7 @@ public:
     /**
         This function behaves like DeleteTool() but it deletes the tool at the
         specified position and not the one with the given id.
-        Usefull to delete separators.
+        Useful to delete separators.
 
         @since 2.9.4
     */
@@ -326,7 +325,7 @@ public:
     /**
         Get any client data associated with the tool.
 
-        @param toolId
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
 
         @return Client data, or @NULL if there is none.
@@ -338,7 +337,7 @@ public:
     /**
         Called to determine whether a tool is enabled (responds to user input).
 
-        @param toolId
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
 
         @return @true if the tool is enabled, @false otherwise.
@@ -352,7 +351,7 @@ public:
     /**
         Returns the help string for the given tool.
 
-        @param toolId
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
 
         @since 2.9.4
@@ -362,7 +361,7 @@ public:
     /**
         Return the kind of the given tool.
 
-        @param toolId
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
 
         @since 2.9.4
@@ -373,7 +372,7 @@ public:
         Returns the tool position in the toolbar, or @c wxNOT_FOUND if the tool
         is not found.
 
-        @param toolId
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
 
         @since 2.9.4
@@ -383,7 +382,7 @@ public:
     /**
         Gets the on/off state of a toggle tool.
 
-        @param toolId
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
 
         @return @true if the tool is toggled on, @false otherwise.
@@ -420,8 +419,10 @@ public:
     /**
         Sets the client data associated with the tool.
 
-        @param id
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
+        @param clientData
+            The client data to use.
 
         @since 2.9.4
     */
@@ -433,6 +434,8 @@ public:
 
         @param tool_id
             ID of the tool in question, as passed to AddTool().
+        @param bitmap
+            Bitmap to use for disabled tools.
 
         @since 2.9.4
     */
@@ -441,7 +444,7 @@ public:
     /**
         Sets the help string shown in tooltip for the given tool.
 
-        @param tool_Id
+        @param tool_id
             ID of the tool in question, as passed to AddTool().
         @param helpString
             A string for the help.
@@ -457,6 +460,8 @@ public:
 
         @param tool_id
             ID of the tool in question, as passed to AddTool().
+        @param bitmap
+            Bitmap to use for normals tools.
 
         @since 2.9.4
     */