From: Robin Dunn Date: Tue, 10 Jul 2001 18:12:27 +0000 (+0000) Subject: little tweaks X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e83991bf89af5d02f208b8ca7eb12724abe30712 little tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/wxMiniFrame.py b/wxPython/demo/wxMiniFrame.py index f3cd53a40a..3a5f66f5ee 100644 --- a/wxPython/demo/wxMiniFrame.py +++ b/wxPython/demo/wxMiniFrame.py @@ -22,7 +22,7 @@ class MyMiniFrame(wxMiniFrame): def runTest(frame, nb, log): win = MyMiniFrame(frame, -1, "This is a wxMiniFrame", - wxDefaultPosition, wxSize(200, 200), + (250, 250), (200, 200), wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ) frame.otherWin = win win.Show(true) diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 4b01bdb564..31c9b76391 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -476,6 +476,7 @@ enum { wxNB_LEFT, wxNB_RIGHT, wxNB_BOTTOM, + wxNB_MULTILINE, wxLI_HORIZONTAL, wxLI_VERTICAL,