]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/choice.h
add parent parameter to wxAboutBox() (closes #9952)
[wxWidgets.git] / interface / wx / choice.h
index 82cb664da29542c7180657de866c0223a72b0433..0d00b7db2ded8b35896d72ab28cf5b2e492724b6 100644 (file)
@@ -50,9 +50,10 @@ public:
             Window identifier. The value wxID_ANY indicates a default value.
         @param pos
             Window position.
             Window identifier. The value wxID_ANY indicates a default value.
         @param pos
             Window position.
+            If ::wxDefaultPosition is specified then a default position is chosen.
         @param size
         @param size
-            Window size. If wxDefaultSize is specified then the choice is sized
-            appropriately.
+            Window size. 
+            If ::wxDefaultSize is specified then the choice is sized appropriately.
         @param n
             Number of strings with which to initialise the choice control.
         @param choices
         @param n
             Number of strings with which to initialise the choice control.
         @param choices