search for: testsplitt

Displaying 1 result from an estimated 1 matches for "testsplitt".

Did you mean: testplist
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
...t you might copy. I did make one correction to the .h file (and checked it in), but otherwise it looks fine. If you plan to spend more than a few minutes on this, please post a note to the list so you don''t duplicate effort. Thanks, Kevin ---- kevins@aria:~/work/wxruby2$ cat samples/testsplitter.rb require ''wx'' include Wx class MyFrame < Frame def initialize(title,pos,size,style=DEFAULT_FRAME_STYLE) super(nil,-1,title,pos,size,style) splitter = SplitterWindow.new(self, -1) end end class RbApp < App def on_init frame = MyFrame.new(&q...