]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/filedlg.h
Use gtk_list_store_insert_with_values() to set entry at same time item is inserted.
[wxWidgets.git] / include / wx / msw / filedlg.h
index 4c4ec7499345d1bbcefa239ba2aa6d9f9f2ca0a3..889674199c2acebfa4e56bac4f7e089bd64be24e 100644 (file)
@@ -44,6 +44,9 @@ public:
     // called from the hook procedure on CDN_INITDONE reception
     virtual void MSWOnInitDone(WXHWND hDlg);
 
+    // called from the hook procedure on CDN_SELCHANGE.
+    void MSWOnSelChange(WXHWND hDlg);
+
 protected:
 
 #if !(defined(__SMARTPHONE__) && defined(__WXWINCE__))