• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/

Lines Matching refs:item

186 bool wxListCtrl::GetColumn(int col, wxListItem& item) const
192 bool wxListCtrl::SetColumn(int col, wxListItem& item)
224 // Gets information about the item
230 // Sets information about the item
242 // Gets the item state
243 int wxListCtrl::GetItemState(long item, long stateMask) const
248 // Sets the item state
249 bool wxListCtrl::SetItemState(long item, long state, long stateMask)
254 // Sets the item image
255 bool wxListCtrl::SetItemImage(long item, int image, int WXUNUSED(selImage))
260 // Sets the item image
261 bool wxListCtrl::SetItemColumnImage(long item, long column, int image)
266 // Gets the item text
267 wxString wxListCtrl::GetItemText(long item) const
274 // Sets the item text
275 void wxListCtrl::SetItemText(long item, const wxString& str)
279 // Gets the item data
280 long wxListCtrl::GetItemData(long item) const
285 // Sets the item data
286 bool wxListCtrl::SetItemData(long item, long data)
298 // Gets the item rectangle
299 bool wxListCtrl::GetItemRect(long item, wxRect& rect, int code) const
304 // Gets the item position
305 bool wxListCtrl::GetItemPosition(long item, wxPoint& pos) const
310 // Sets the item position.
311 bool wxListCtrl::SetItemPosition(long item, const wxPoint& pos)
332 void wxListCtrl::SetItemTextColour( long item, const wxColour &col )
336 wxColour wxListCtrl::GetItemTextColour( long item ) const
343 void wxListCtrl::SetItemBackgroundColour( long item, const wxColour &col )
347 wxColour wxListCtrl::GetItemBackgroundColour( long item ) const
372 // Gets the index of the topmost visible item when in
379 // Searches for an item, starting from 'item'.
384 // item can be -1 to find the first item that matches the
386 // Returns the item or -1 if unsuccessful.
387 long wxListCtrl::GetNextItem(long item, int geom, int state) const
416 // Deletes an item
417 bool wxListCtrl::DeleteItem(long item)
445 wxTextCtrl* wxListCtrl::EditLabel(long item, wxClassInfo* textControlClass)
456 // Ensures this item is visible
457 bool wxListCtrl::EnsureVisible(long item)
462 // Find an item whose label matches this string, starting from the item after 'start'
469 // Find an item whose data matches this data, starting from the item after 'start'
479 // Find an item nearest this position in the specified direction, starting from
480 // the item after 'start' or the beginning if 'start' is -1.
486 // Determines which item (if any) is at the specified point,
493 // Inserts an item, returning the index of the new item if successful,
505 // Inserts an image item
511 // Inserts an image/string item
518 long wxListCtrl::InsertColumn(long col, wxListItem& item)
541 // item1 is the long data associated with a first item (NOT the index).
542 // item2 is the long data associated with a second item (NOT the index).
544 // The return value is a negative number if the first item should precede the second
545 // item, a positive number of the second item should precede the first,
594 wxString wxListCtrl::OnGetItemText(long WXUNUSED(item), long WXUNUSED(col)) const
599 int wxListCtrl::OnGetItemImage(long WXUNUSED(item)) const
604 int wxListCtrl::OnGetItemColumnImage(long item, long column) const
607 return OnGetItemImage(item);
612 wxListItemAttr *wxListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const
622 void wxListCtrl::RefreshItem(long item)