Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -920,7 +920,8 @@ Sets the item's font.
|
||||
\func{bool}{SetItemImage}{\param{long }{item}, \param{int }{image}}
|
||||
|
||||
Sets the image associated with the item. The image is an index into the
|
||||
image list associated with the list control.
|
||||
image list associated with the list control. In report view, this only sets
|
||||
the image for the first column.
|
||||
|
||||
\func{bool}{SetItemImage}{\param{long }{item}, \param{int }{image}, \param{int }{selImage}}
|
||||
|
||||
@@ -929,6 +930,14 @@ image list associated with the list control. This form is deprecated: {\it selIm
|
||||
used.
|
||||
|
||||
|
||||
\membersection{wxListCtrl::SetItemColumnImage}\label{wxlistctrlsetitemcolumnimage}
|
||||
|
||||
\func{bool}{SetItemImage}{\param{long }{item}, \param{long }{column}\param{int }{image}}
|
||||
|
||||
Sets the image associated with the item. In report view, you can specify the column.
|
||||
The image is an index into the image list associated with the list control.
|
||||
|
||||
|
||||
\membersection{wxListCtrl::SetItemPosition}\label{wxlistctrlsetitemposition}
|
||||
|
||||
\func{bool}{SetItemPosition}{\param{long }{item}, \param{const wxPoint\& }{pos}}
|
||||
|
Reference in New Issue
Block a user