search for: wxtoplevelwindow

Displaying 7 results from an estimated 7 matches for "wxtoplevelwindow".

2007 Mar 15
6
Patch to 0.0.39
Hi I''m developing software using wxruby2. At first I tried to use wxruby 0.6 but I couldn''t live without some of those new funky features :) So, instead of writing my own code, I got a bit sidetracked and wrote http://rubyforge.org/tracker/index.php?func=detail&aid=9297&group_id=35&atid=220 instead. Seeing as this is my first foray in to the innards of wxruby2, I
2006 Oct 05
2
0.36 release problem?
...ms\1.8\gems\wxruby2-preview-0.0.36-i386-mswin32\samples\minimal>minimal Our Initialize was called Their Initialize returned 1 C:/opt/ruby/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.36-i386-mswin32/samples/minimal/minimal.rb:35:in `is_maximized'': Swig director pure virtual method called wxTopLevelWindow::IsMaximized (RuntimeError) from C:/opt/ruby/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.36-i386-mswin32/samples/minimal/minimal.rb:35:in `on_create_status_bar'' from C:/opt/ruby/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.36-i386-mswin32/samples/minimal/minimal.rb:35:in `cre...
2005 Aug 21
15
New inheritance
A good number of the samples I have tested are outright or subtly broken on Windows now. I''m trying to determine what the cause is. Mostly it seems related to the initialize function not being created when it should be. Case in point: ClientDC.i The caret example won''t work at all because initialize isn''t declared any longer. If you comment out the import
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...<h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextiletoplevelwindowtxtl">branches/wxruby2/wxwidgets_282/doc/textile/toplevelwindow.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxTopLevelWindowh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxTopLevelWindow.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextiletoplevelwindowtxtl"></a> <div class="...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...asses/include/wxPanel.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxRadioBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxRadioBox.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxTopLevelWindowh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxTopLevelWindow.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxTreeCtrlh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxTreeCtrl.h</a></li> <li><a...
2006 Dec 23
0
[795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
...ns>+ ''wxDatePickerCtrl'' => ''wxControl'', </ins><span class="cx"> ''wxDialUpEvent'' => ''wxEvent'', </span><span class="cx"> ''wxDialog'' => ''wxTopLevelWindow'', </span><span class="cx"> ''wxDirDialog'' => ''wxDialog'', </span><span class="lines">@@ -283,6 +284,7 @@ </span><span class="cx"> ''wxTextDataObject'' => '&...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...+ wx_ctor_params :pos, :size, :style + wx_ctor_params :name => ''window'' +end + + </ins><span class="cx"> ### FRAMES </span><del>-# Normal frame </del><span class="cx"> </span><span class="cx"> # wxTopLevelWindow &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspABSTRACT: Any top level window, dialog or frame </span><span class="cx"> </span><span class="lines">@@ -146,7 +161,7 @@ </span><span class="cx"> </span>&...