One more function was out of alphanumeric sequence
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -148,15 +148,6 @@ wxIMAGE\_LIST\_NORMAL, wxIMAGE\_LIST\_SMALL, wxIMAGE\_LIST\_STATE (the last is u
|
||||
|
||||
Deletes all items and all columns.
|
||||
|
||||
\membersection{wxListCtrl::DeleteItem}\label{wxlistctrldeleteitem}
|
||||
|
||||
\func{bool}{DeleteItem}{\param{long }{item}}
|
||||
|
||||
Deletes the specified item. This function sends the
|
||||
{\tt wxEVT\_COMMAND\_LIST\_DELETE\_ITEM} event for the item being deleted.
|
||||
|
||||
See also: \helpref{DeleteAllItems}{wxlistctrldeleteallitems}
|
||||
|
||||
\membersection{wxListCtrl::Create}\label{wxlistctrlcreate}
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
|
||||
@@ -181,6 +172,15 @@ from the control would be too slow then (unlike \helpref{DeleteItem}{wxlistctrld
|
||||
|
||||
Deletes a column.
|
||||
|
||||
\membersection{wxListCtrl::DeleteItem}\label{wxlistctrldeleteitem}
|
||||
|
||||
\func{bool}{DeleteItem}{\param{long }{item}}
|
||||
|
||||
Deletes the specified item. This function sends the
|
||||
{\tt wxEVT\_COMMAND\_LIST\_DELETE\_ITEM} event for the item being deleted.
|
||||
|
||||
See also: \helpref{DeleteAllItems}{wxlistctrldeleteallitems}
|
||||
|
||||
\membersection{wxListCtrl::EditLabel}\label{wxlistctrledit}
|
||||
|
||||
\func{void}{EditLabel}{\param{long }{item}}
|
||||
|
Reference in New Issue
Block a user