Displaying 3 results from an estimated 3 matches for "director_class_nam".
Did you mean:
director_class_name
2007 May 01
12
Bitmap memory leaks (Bug 251)?
I see that this problem was noted a while ago (http://rubyforge.org/
tracker/index.php?func=detail&aid=251&group_id=35&atid=218) but it
seems not to have received much attention. Any chance that it will
be looked at anytime soon? So far, I prefer wxRuby to Ruby/Tk
because of that closer coupling with the native window manager.
However, the memory leak is just murdering me.
2007 Mar 17
0
[887] branches/wxruby2/wxwidgets_282/swig/fixdeleting.rb: Deleting fix for specific Director classes (Artur Kuptel)
...p    
</span><span class="cx">         director_class = nil
</span><del>-
</del><ins>+        director_class_name = "SwigDirector_#{wx_name}"
</ins><span class="cx">         File.foreach(broken) do | line |
</span><span class="cx">
</span><span class="cx">  &...
2007 Jun 25
0
[1070] trunk/wxruby2/swig/fixdeleting.rb: Remove old, now unused, fixdeleting script
...mp;nbsp   skip_deleter_fix = false
-        
-        director_class = nil
-        director_class_name = "SwigDirector_#{wx_name}"
-        File.foreach(broken) do | line |
-
-                # i...