]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods
[wxWidgets.git] / include / wx / generic / listctrl.h
index 45dcc2bdb50ebb9f8079cd0f2bf008425b030bdd..93106ffa1dbf7041caddfdf71ee53d62e4f34152 100644 (file)
@@ -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: