]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/editlbox.h
Initial review of various [q-r] by Utensil Candel.
[wxWidgets.git] / interface / editlbox.h
index dfc74a4cd332d56f65b22563938383ff0e7ee3fe..ae0dcb2c221361bc341876c9729428fa0b2ade75 100644 (file)
     delete and reorder a list of strings.
 
     @beginStyleTable
-    @style{wxEL_ALLOW_NEW}:
+    @style{wxEL_ALLOW_NEW}
            Allows the user to enter new strings.
-    @style{wxEL_ALLOW_EDIT}:
+    @style{wxEL_ALLOW_EDIT}
            Allows the user to edit existing strings.
-    @style{wxEL_ALLOW_DELETE}:
+    @style{wxEL_ALLOW_DELETE}
            Allows the user to delete existing strings.
-    @style{wxEL_NO_REORDER}:
+    @style{wxEL_NO_REORDER}
            Does not allow the user to reorder the strings.
-    @style{wxEL_DEFAULT_STYLE}:
+    @style{wxEL_DEFAULT_STYLE}
            Default style: wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE.
     @endStyleTable