search for: wxgenericdirctrl

Displaying 10 results from an estimated 10 matches for "wxgenericdirctrl".

Did you mean: genericdirctrl
2006 Sep 15
1
wxGenericDirCtrl
wxGenericDirCtrl.rbw and bigdemo.rb.patch file. Note that we still have the extension .rbw on all the samples. Maybe we should mass-migrate them to .rb (and fix bigdemo.rb)? Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/l...
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
...oc/textile/genericdirctrl.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesGenericDirCtrli">branches/wxruby2/wxwidgets_282/swig/classes/GenericDirCtrl.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxGenericDirCtrlh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxGenericDirCtrl.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilegenericdirctrltxtl"></a> <div class="...
2008 Jan 22
0
Wx::GenericDirCtrl fixes
Hey All, Just a couple of things to note. I''ve updated the wxGenericDirCtrl.h file, to include the ReCreateTree() method, as it was missing, and was very simple to add. I''ve compiled, and checked to make sure everything looks good, and it does. Also, a temporary solution, till wxGenericDirCtrl#get_tree_ctrl() is fixed, is that you can sub-class Wx::GenericDirCtr...
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,
2003 Nov 10
5
picture organizer -- need a bit of help
...ntly there is no way to call ::wxInitAllImageHandlers. 2. I think DnD is required in my case: I want to drop filenames on a TreeCtrl. I will try to add some classes, but now I cannot yet compile wxruby on mingw, I''m now using the precompiled msvc lib. 3. I''ve noticed, that wxGenericDirCtrl is not ported yet, however it can be used eg. in IDE''s very well. (I still miss some features in the original version, eg to set the root directory...) 4. I tried to use evt_idle to process creating thumbnails in the background. But I don''t know how to shut up this proce...
2006 Sep 14
1
wxChoicebook
wxChoicebook.rbw + patch file to bigdemo.rb Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jan 25
0
[855] trunk/wxruby2/swig/classes/include/parents.rb: Parenting for GridBagSizer
...UTC (rev 854) +++ trunk/wxruby2/swig/classes/include/parents.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-25 18:29:24 UTC (rev 855) </span><span class="lines">@@ -105,6 +105,7 @@ </span><span class="cx"> ''wxGenericDirCtrl'' => ''wxControl'', </span><span class="cx"> ''wxGenericValidator'' => ''wxValidator'', </span><span class="cx"> ''wxGrid'' => ''wxScrolledWindow'', &...
2007 Apr 26
0
[972] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix missing keyword param for Wx::Gauge
...L </span><del>- wx_ctor_params :validator, :name </del><ins>+ wx_ctor_params :validator, :name => ''gauge'' </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxGenericDirCtrl &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA control for displaying a directory tree </span></span></pre> </div> </div> </body> </html>
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
...pan class="cx"> wx_ctor_params :message => '''' </span><span class="lines">@@ -297,6 +320,17 @@ </span><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxGenericDirCtrl &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA control for displaying a directory tree </span><ins>+WxSugar.define_keyword_ctors(''GenericDirCtrl'') do + # TODO :dir => Wx::DIR_DIALOG_DEFAULT_FOLDER_STR + wx_ctor_params :dir => '...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...:style => Wx::GA_HORIZONTAL </span><del>- # wx_ctor_params :validator, :name </del><ins>+ wx_ctor_params :validator, :name </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxGenericDirCtrl &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA control for displaying a directory tree </span><span class="lines">@@ -329,12 +342,13 @@ </span><span class="cx"> WxSugar.define_keyword_ctors(''ListBox'') do </s...