X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe71f65c0fec58e34fbc7c4ece402313bf48e220..565215b26a117edbbbb52d62c79ef0fc38d81c39:/include/wx/generic/listctrl.h diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 45dcc2bdb5..93106ffa1d 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -602,7 +602,6 @@ class wxListCtrl: public wxControl void SetSingleStyle( const long style, const bool add = TRUE ) ; void SetWindowStyleFlag(const long style); void RecreateWindow(void) {}; - void RealizeChanges( void ); // whereas this is much needed in wxGLC long GetNextItem(const long item, int geometry = wxLIST_NEXT_ALL, int state = wxLIST_STATE_DONTCARE); wxImageList *GetImageList(const int which); void SetImageList(wxImageList *imageList, const int which) ; @@ -631,6 +630,8 @@ class wxListCtrl: public wxControl { m_mainWin->SetDropTarget( dropTarget ); }; wxDropTarget *GetDropTarget() const { return m_mainWin->GetDropTarget(); }; + + void OnIdle( wxIdleEvent &event ); protected: