More demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,8 +76,7 @@ class TestPanel(wxPanel):
|
|||||||
wxNO_BORDER )
|
wxNO_BORDER )
|
||||||
valueWindow = TestValueWindow(splitter, -1, style=wxNO_BORDER)
|
valueWindow = TestValueWindow(splitter, -1, style=wxNO_BORDER)
|
||||||
|
|
||||||
splitter.SplitVertically(tree, valueWindow)
|
splitter.SplitVertically(tree, valueWindow, 150)
|
||||||
splitter.SetSashPosition(150)
|
|
||||||
scroller.SetTargetWindow(tree)
|
scroller.SetTargetWindow(tree)
|
||||||
scroller.EnableScrolling(FALSE, FALSE)
|
scroller.EnableScrolling(FALSE, FALSE)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user