Minor doc corrections.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,8 +7,8 @@ is selected, the previous selection is removed) or multiple selection
|
|||||||
(clicking an item toggles the item on or off independently of other
|
(clicking an item toggles the item on or off independently of other
|
||||||
selections).
|
selections).
|
||||||
|
|
||||||
List box elements are numbered from zero. Their number is limited in
|
List box elements are numbered from zero. Their number may be limited
|
||||||
some platforms (e.g. ca. 2000 on GTK).
|
under some platforms.
|
||||||
|
|
||||||
A listbox callback gets an event wxEVT\_COMMAND\_LISTBOX\_SELECTED 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.
|
wxEVT\_COMMAND\_LISTBOX\_DOUBLE\_CLICKED for double clicks.
|
||||||
@@ -51,7 +51,7 @@ See also \helpref{window styles overview}{windowstyles}.
|
|||||||
\twocolwidtha{7cm}
|
\twocolwidtha{7cm}
|
||||||
\begin{twocollist}\itemsep=0pt
|
\begin{twocollist}\itemsep=0pt
|
||||||
\twocolitem{{\bf EVT\_LISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_SELECTED event,
|
\twocolitem{{\bf EVT\_LISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_SELECTED event,
|
||||||
when an item on the list is selected.}
|
when an item on the list is selected or the selection changes.}
|
||||||
\twocolitem{{\bf EVT\_LISTBOX\_DCLICK(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_DOUBLECLICKED event,
|
\twocolitem{{\bf EVT\_LISTBOX\_DCLICK(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_DOUBLECLICKED event,
|
||||||
when the listbox is double-clicked.}
|
when the listbox is double-clicked.}
|
||||||
\end{twocollist}
|
\end{twocollist}
|
||||||
@@ -261,7 +261,7 @@ called.
|
|||||||
|
|
||||||
\func{void}{SetFirstItem}{\param{const wxString\& }{string}}
|
\func{void}{SetFirstItem}{\param{const wxString\& }{string}}
|
||||||
|
|
||||||
Set the specified item to be the first visible item. Windows only.
|
Set the specified item to be the first visible item.
|
||||||
|
|
||||||
\wxheading{Parameters}
|
\wxheading{Parameters}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user