Add wxListCtrl::IsVisible()
Allow checking if the given item is (at least partially) visible on screen. Closes https://github.com/wxWidgets/wxWidgets/pull/1444 Closes #9949.
This commit is contained in:
committed by
Vadim Zeitlin
parent
3bb74df215
commit
43c519e04f
@@ -117,7 +117,7 @@ protected:
|
||||
void OnSmallIconTextView(wxCommandEvent& event);
|
||||
void OnVirtualView(wxCommandEvent& event);
|
||||
void OnSmallVirtualView(wxCommandEvent& event);
|
||||
|
||||
void OnCheckVisibility(wxCommandEvent& event);
|
||||
void OnSetItemsCount(wxCommandEvent& event);
|
||||
|
||||
|
||||
@@ -247,6 +247,6 @@ enum
|
||||
#ifdef __WXOSX__
|
||||
LIST_MAC_USE_GENERIC,
|
||||
#endif
|
||||
|
||||
LIST_CHECKVISIBILITY,
|
||||
LIST_CTRL = 1000
|
||||
};
|
||||
|
Reference in New Issue
Block a user