]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_splitter.i
the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere
[wxWidgets.git] / wxPython / src / _splitter.i
index 962e8e0ad9294caf00bcd1f37dc2c8693653e5e4..a3f7f8953a8d74ecb1ffc3832194e7af361c4a31 100644 (file)
@@ -104,6 +104,8 @@ Events
 
 
 
+MustHaveApp(wxSplitterWindow);
+
 class wxSplitterWindow: public wxWindow
 {
 public:
@@ -291,7 +293,7 @@ showing the top-level window.", "");
     
 
     DocDeclStr(
-        void , SetSashPosition(int position, bool redraw = True),
+        void , SetSashPosition(int position, bool redraw = true),
         "Sets the sash position, in pixels.  If redraw is Ttrue then the panes
 are resized and the sash and border are redrawn.", "");