]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/editlbox.h
added test of focusing/selecting another item
[wxWidgets.git] / interface / editlbox.h
index f6061ca1243f649d00c45725d1574258bd64f193..ea02e10aff8ff1606638c1acb497a83b31093604 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        editlbox.h
-// Purpose:     documentation for wxEditableListBox class
+// Purpose:     interface of wxEditableListBox
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -29,8 +29,7 @@
     @library{wxadv}
     @category{FIXME}
 
-    @seealso
-    wxListBox
+    @see wxListBox
 */
 class wxEditableListBox : public wxPanel
 {
@@ -40,28 +39,23 @@ public:
         Constructor, creating and showing a list box.
         
         @param parent
-        Parent window. Must not be @NULL.
-        
+            Parent window. Must not be @NULL.
         @param id
-        Window identifier. The value wxID_ANY indicates a default value.
-        
+            Window identifier. The value wxID_ANY indicates a default value.
         @param label
-        The text shown just before the list control.
-        
+            The text shown just before the list control.
         @param pos
-        Window position.
-        
+            Window position.
         @param size
-        Window size. If wxDefaultSize is specified then the window is sized
-        appropriately.
-        
+            Window size. If wxDefaultSize is specified then the window is
+        sized
+            appropriately.
         @param style
-        Window style. See wxEditableListBox.
-        
+            Window style. See wxEditableListBox.
         @param name
-        Window name.
+            Window name.
         
-        @sa Create()
+        @see Create()
     */
     wxEditableListBox();
     wxEditableListBox(wxWindow* parent, wxWindowID id,
@@ -93,3 +87,4 @@ public:
     */
     void SetStrings(const wxArrayString& strings);
 };
+