search for: wxsplitterwindow

Displaying 5 results from an estimated 5 matches for "wxsplitterwindow".

Did you mean: splitterwindow
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of the wxPython demo/sample. I hoped to include it in wxruby2, but it relies on SplitterWindow, which isn''t in wxruby2 yet. I tried to implement SplitterWindow myself, but got such strange results that I''m thinking I did something wrong. Even though the generated C++ code specified a variable number of
2005 Sep 17
1
SplitterWindow patch
Here''s a patch for wxSplitterWindow.h that adds in some missing functions Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...amp;nbsp&nbsp&nbsp&nbsp2007-01-03 01:37:00 UTC (rev 822) </span><span class="lines">@@ -199,6 +199,7 @@ </span><span class="cx"> |SpinEvent|An event from wxSpinButton| </span><span class="cx"> |SplitterEvent|An event from wxSplitterWindow| </span><span class="cx"> |SysColourChangedEvent|A system colour change event| </span><ins>+|TextUrlEvent|Mouse interaction with a URL in a TextCtrl| </ins><span class="cx"> |TimerEvent|A timer expiration event| </span><span class=&qu...
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...