Displaying 2 results from an estimated 2 matches for "classnamestr".
Did you mean:
classnames
2006 Dec 20
0
[789] trunk/wxruby2/swig/classes/Window.i: Make GetChildren work (tho general fix for get_ruby_object still needed)
...="cx">         if ( ! obj )
</span><span class="lines">@@ -38,8 +57,8 @@
</span><span class="cx">         wxString classNameString(obj->GetClassInfo()->GetClassName());
</span><span class="cx">         if(classNameString.Len() > 2)
</span><span class="cx">      &nbs...
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
...bsp  }
</span><del>-        
-        VALUE returnVal = Qnil;
-        wxString classNameString(obj->GetClassInfo()->GetClassName());
-        if(classNameString.Len() > 2)
</del><ins>+ else return Qnil;
+
+ // First, Try fetching a tracked (previously seen) object
+ VALUE r_obj = SWIG_RubyInstanceFor(w...