X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c6791e43ca1adb11db20674a2327dc5e354f629..3877c17eeb72b6ff6eb7670d06b47cef9037dcbc:/interface/listctrl.h diff --git a/interface/listctrl.h b/interface/listctrl.h index 3ba6b6ba6f..31e28708a7 100644 --- a/interface/listctrl.h +++ b/interface/listctrl.h @@ -84,7 +84,7 @@ @library{wxcore} @category{ctrl} - @appearance{listctrl.png} + @see @ref overview_wxlistctrloverview "wxListCtrl overview", wxListView, wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem @@ -442,7 +442,7 @@ public: @a code can be one of @c wxLIST_RECT_BOUNDS, @c wxLIST_RECT_ICON or @c wxLIST_RECT_LABEL. - @wxsince{2.7.0} + @since 2.7.0 */ bool GetSubItemRect(long item, long subItem, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const; @@ -875,7 +875,7 @@ The m_stateMask and m_state members take flags from the following: guaranteed to be large enough to be able to contain all integer types and pointers. - @wxsince{2.8.4} + @since 2.8.4 */ bool SetItemPtrData(long item, wxUIntPtr data); @@ -1122,7 +1122,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{listview.png} + @see wxListView::SetColumnImage */ @@ -1149,7 +1149,7 @@ public: Together with GetNextSelected() it can be used to iterate over all selected items in the control. - @returns The first selected item, if any, -1 otherwise. + @return The first selected item, if any, -1 otherwise. */ long GetFirstSelected() const; @@ -1164,7 +1164,7 @@ public: Used together with GetFirstSelected() to iterate over all selected items in the control. - @returns Returns the next selected item or -1 if there are no more of + @return Returns the next selected item or -1 if there are no more of them. */ long GetNextSelected(long item) const;