search for: 1_ltype

Displaying 6 results from an estimated 6 matches for "1_ltype".

2006 Aug 24
4
typemap.i patch
This patch adds %directorout typemaps for the GetTextExtent functions _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 20
3
Fix for non-centered windows
Two patches here: First one removes virtual from a function that shouldn''t have been virtual. Second one applies a typemap to catch GetRectFromChildWindow. For reasons that are completely beyond me the standard ruby OUTPUT typemaps don''t define directorargouts. I will take a stab at patching SWIG''s default typemaps someday so we get this fixed for free on all our
2007 Jun 25
0
[1069] trunk/wxruby2/swig/typemap.i: Fix big memory leak in methods taking wxString as a parameter
...le wxruby2 license </span><span class="cx"> </span><del>-############################################################## -%typemap(in) wxString& { -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// $argnum: $1_type $1_name ($1_mangle) [$1_ltype] -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(StringValuePtr($input), wxConvUTF8); -} </del><span class="cx"> </span><del>-%typemap(in) const wxString& { -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
2007 Jan 23
0
[853] trunk/wxruby2/swig: Replace deprecated STR2CSTR with StringValuePtr
...############################################################## </span><span class="cx"> %typemap(in) wxString& { </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// $argnum: $1_type $1_name ($1_mangle) [$1_ltype] </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(STR2CSTR($input), wxConvUTF8); </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(StringValuePtr($input), wxConvUTF8); &...
2007 May 21
0
[1024] trunk/wxruby2/swig: Memory mgmt: defs and implementation of new memory management; strip
...############################################################## </span><span class="cx"> %typemap(in) wxString& { </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// $argnum: $1_type $1_name ($1_mangle) [$1_ltype] </span></span></pre></div> <a id="trunkwxruby2swigwxi"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/wx.i (1023 => 1024)</h4> <pre class="diff"><span> <span class="info">...
2008 Jan 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
Bugs item #17013, was opened at 2008-01-11 06:00 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17013&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Daniel Brumbaugh Keeney (db-keen) Assigned to: Nobody (None) Summary: Notebook#get_current_page Initial Comment: Notebook#get_current_page