little tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-07-10 18:12:27 +00:00
parent fd7718b28c
commit e83991bf89
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ class MyMiniFrame(wxMiniFrame):
def runTest(frame, nb, log): def runTest(frame, nb, log):
win = MyMiniFrame(frame, -1, "This is a wxMiniFrame", win = MyMiniFrame(frame, -1, "This is a wxMiniFrame",
wxDefaultPosition, wxSize(200, 200), (250, 250), (200, 200),
wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ) wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ)
frame.otherWin = win frame.otherWin = win
win.Show(true) win.Show(true)

View File

@@ -476,6 +476,7 @@ enum {
wxNB_LEFT, wxNB_LEFT,
wxNB_RIGHT, wxNB_RIGHT,
wxNB_BOTTOM, wxNB_BOTTOM,
wxNB_MULTILINE,
wxLI_HORIZONTAL, wxLI_HORIZONTAL,
wxLI_VERTICAL, wxLI_VERTICAL,