search for: keyword_defs

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

2007 Dec 28
3
more problems with 1.9.2
The files: wx/accessors.rb wx/keyword_ctors.rb wx/keyword_defs.rb do not exist in the tarball: % pwd /home/rwa/Distributions/test/wxruby-1.9.2 % find . -name accessors.rb % but are required in wx.rb: % tail wx.rb Dir.glob(class_files) do | class_file | require ''wx/classes/'' + class_file[/\w+\.rb$/] end # Load in syntax sweetner require...
2007 Sep 28
1
WxWizard Error
...:pos, :size wx_ctor_params :style => Wx::DEFAULT_DIALOG_STYLE end After looking at the SWIG Generated Code, it looks like it generates the Director to only have the params: :title => '''' :bitmap => Wx::NULL_BITMAP :pos There is no :size or :style. But after modifying keyword_defs.rb, it still errors out, with the following Error (Modified by myself): >ruby wizard.rb C:/ruby/lib/ruby/gems/1.8/gems/wxruby-1.9.1-i386-mswin32/lib/wx/keyword_ctors.rb:202:in `initialize'': (ArgumentError) Original Error No matching function for overloaded ''new_wxWizard'...
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
Hi all, This is a proposal for supporting keyword arguments to Sizer#add following the thread below : http://rubyforge.org/pipermail/wxruby-development/2008-March/001244.html After a deeper look at lib/wx/keyword_ctors.rb and lib/wx/keyword_defs.rb, I understood the whole thing :-). I just reused and modified slightly the method args_as_list. The new Sizer#add_item combines the features of add and insert in addition to the support of keyword arguments. Let me know what do you think about this proposal as this can be applicable to ToolBar#...
2007 Dec 19
0
[ wxruby-Bugs-16436 ] Missing files after rake build
...igned to: Nobody (None) Summary: Missing files after rake build Initial Comment: System - Debian GNU/Linux 4.0r1 (etch), i386 and arm. ''rake called by default (without any task specified). Files seems to be missed (in comparison with gem content): wx/accessors.rb wx/keyword_ctors.rb wx/keyword_defs.rb a wx/version.rb (ruby libdir skipped, doesn''t matter) $ ruby --version ruby 1.8.5 (2006-08-25) [i486-linux] $ wx-config --version 2.8.6 wxWidgets 2.8.6 configure options: --with-gtk --enable-monolithic --enable-gtk2 --enable-unicode --without-gnomeprint --without-gnomevfs --di...
2007 Nov 03
9
wxThread
Hey guys, I''m working on the start of incorperating wxSocket into a library that can be included with the Core, and a part of this, is to create a wxThread class, which will basically just be a barebone copy over of Ruby''s own Thread class. (This should also help when we get Ruby 2.0, which hopefully will have Native Threads, as we should still be able to get the base