]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/choice.h
compilation fix for PCH-less build
[wxWidgets.git] / interface / choice.h
index a197296f39174c8fc1912ba5afce9e1e3c1367a5..acb6033101fc0f921565607b33d2754f0a0ed5c6 100644 (file)
@@ -117,8 +117,8 @@ public:
     /**
         Gets the number of columns in this choice item.
 
-        @remarks This is implemented for Motif only and always returns 1 for
-                 the other platforms.
+        @remarks This is implemented for GTK and Motif only and always 
+                 returns 1 for the other platforms.
     */
     int GetColumns() const;
 
@@ -130,9 +130,9 @@ public:
         currently selected item in it. When it is not shown, its result is the
         same as for the other function.
 
-        @wxsince{2.6.2} (before this version,
-                         wxControlWithItems::GetSelection() itself behaved like
-                         this).
+        @since 2.6.2.
+               In older versions, wxControlWithItems::GetSelection() itself
+               behaved like this.
     */
     int GetCurrentSelection() const;
 
@@ -142,8 +142,8 @@ public:
         @param n
             Number of columns.
 
-        @remarks This is implemented for Motif only and doesn’t do anything
-                 under other platforms.
+        @remarks This is implemented for GTK and Motif only and doesn’t do 
+                 anything under other platforms.
     */
     void SetColumns(int n = 1);
 };