search for: getxrcid

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

2006 Aug 12
7
Documentation for wxRuby
I have written an addon file for rake that turns the wxWidgets documentation into something much more Ruby like. The code has not been cleaned up or re-factored and needs some extra features added but it does quite a bit already. I have uploaded the generated documentation to my web site so people can view it. http://hailstonesoftware.com/_files/Ruby/wxruby/html/wx_contents.html. I also have a
2007 Jul 18
0
[1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
...> %{ </span><span class="cx"> //NO_CLASS - This tells fixmodule not to expect a class </span><span class="cx"> </span><span class="lines">@@ -85,7 +83,7 @@ </span><span class="cx"> int ret = wxXmlResource::GetXRCID(temp); </span><span class="cx"> return INT2NUM(ret); </span><span class="cx"> } </span><del>-%} </del><ins>+%} // end of Header code </ins><span class="cx"> </span><span class="cx"> vo...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2007 Jan 23
0
[853] trunk/wxruby2/swig: Replace deprecated STR2CSTR with StringValuePtr
...d(VALUE self,VALUE str_id) </span><span class="cx"> { </span><del>- wxString temp(STR2CSTR(str_id), wxConvUTF8); </del><ins>+ wxString temp(StringValuePtr(str_id), wxConvUTF8); </ins><span class="cx"> int ret = wxXmlResource::GetXRCID(temp); </span><span class="cx"> return INT2NUM(ret); </span><span class="cx"> } </span></span></pre></div> <a id="trunkwxruby2swigclassesImagei"></a> <div class="modfile"><h4>Modified:...
2005 Jul 26
10
Patch for wxRuby2
Ok so I made a lot of changes and the controls sample works pretty good now. What I changed or added: - Got all my modifications meshed into wxRuby2. - Added constructors to wxIcon.h - Changed Xrc.i to XmlResource.i and changed wxXrc to wxXmlResource within the file. I also had to change Xrc to XmlResource in rakewx.rb. - For backwards compatability with wxRuby 0.6 I added the subclass methods