]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_vscroll.i
Added some info panels that show size and colour attributes about the widget
[wxWidgets.git] / wxPython / src / _vscroll.i
index 90b84d9012a60931e13b365f3bcd0ef2e79424c3..fdbf1cf3c777dcd70054ac47a8e579761a019042 100644 (file)
@@ -508,6 +508,9 @@ public:
     void RefreshAll();
     void SetItemCount(size_t count);
 
     void RefreshAll();
     void SetItemCount(size_t count);
 
+    // retrieve the file system used by the wxHtmlWinParser: if you use
+    // relative paths in your HTML, you should use its ChangePathTo() method
+    wxFileSystem& GetFileSystem();
 };
 
 
 };