]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/listbox.h
must convert filename to URL
[wxWidgets.git] / include / wx / univ / listbox.h
index 01ad0a276c177c6211674338a9f6bdf96de85cdd..72c9fc48aa0b8b2bc72f9b214aca7ab20b5d2923 100644 (file)
@@ -169,6 +169,8 @@ public:
     // let wxColourScheme choose the right colours for us
     virtual bool IsContainerWindow() const { return TRUE; }
 
     // let wxColourScheme choose the right colours for us
     virtual bool IsContainerWindow() const { return TRUE; }
 
+    // idle processing
+    virtual void OnInternalIdle();
 protected:
     // geometry
     virtual wxSize DoGetBestClientSize() const;
 protected:
     // geometry
     virtual wxSize DoGetBestClientSize() const;
@@ -183,7 +185,6 @@ protected:
     void Init();
 
     // event handlers
     void Init();
 
     // event handlers
-    void OnIdle(wxIdleEvent& event);
     void OnSize(wxSizeEvent& event);
 
     // common part of Clear() and DoSetItems(): clears everything
     void OnSize(wxSizeEvent& event);
 
     // common part of Clear() and DoSetItems(): clears everything