]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listbox.h
Updates to Indonesian translations by Rahmat Bambang.
[wxWidgets.git] / interface / wx / listbox.h
index 21e61a20c7003b43436b18014eaf744758bddf42..78dcc11847c5735fb87b8e0c9db4b6cd1f20fed9 100644 (file)
     performance nor from user interface point of view, for large number of
     items.
 
-
-    A listbox callback gets an event @c wxEVT_COMMAND_LISTBOX_SELECTED for
-    single clicks, and @c wxEVT_COMMAND_LISTBOX_DOUBLECLICKED for double clicks.
+    Notice that currently @c TAB characters in list box items text are not
+    handled consistently under all platforms, so they should be replaced by
+    spaces to display strings properly everywhere. The list box doesn't
+    support any other control characters at all.
 
     @beginStyleTable
     @style{wxLB_SINGLE}