]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listbox.tex
Added wxGetMouseState which returns the current state of the mouse.
[wxWidgets.git] / docs / latex / wx / listbox.tex
index 62c7679cd22e3196be4b6f6156206180b47e0cc8..649ba91e5954ae6fa0ec1c7de535a07f45078c89 100644 (file)
@@ -10,7 +10,7 @@ selections).
 List box elements are numbered from zero. Their number is limited in
 some platforms (e.g. ca. 2000 on GTK).
 
-A listbox callback gets an event wxEVT\_COMMAND\_LISTBOX\_SELECT for single clicks, and
+A listbox callback gets an event wxEVT\_COMMAND\_LISTBOX\_SELECTED for single clicks, and
 wxEVT\_COMMAND\_LISTBOX\_DOUBLE\_CLICKED for double clicks.
 
 \wxheading{Derived from}