git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37946
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// return True if this listbox is sorted
bool IsSorted() const;
// return True if this listbox is sorted
bool IsSorted() const;
+ // return the index of the item at this position or wxNOT_FOUND
+ int HitTest(const wxPoint& pt) const;
%extend {
void SetItemForegroundColour(int item, const wxColour& c) {
%extend {
void SetItemForegroundColour(int item, const wxColour& c) {
int GetItemHeight();
#endif
int GetItemHeight();
#endif
- // return the index of the item at this position or wxNOT_FOUND
- int HitTest(const wxPoint& pt) const;
- %Rename(HitTestXY, int, HitTest(wxCoord x, wxCoord y) const);
};
//---------------------------------------------------------------------------
};
//---------------------------------------------------------------------------