search for: clear_bmp

Displaying 2 results from an estimated 2 matches for "clear_bmp".

Did you mean: clear_bit
2007 May 04
0
[1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok
...ew(16,16)) </span><span class="cx"> </span><del>- if not bmp.ok </del><ins>+ if not bmp.is_ok </ins><span class="cx"> bmp = Wx::Bitmap.new(16,16) </span><span class="cx"> clear_bmp(bmp) </span><span class="cx"> end </span><span class="lines">@@ -238,7 +238,7 @@ </span><span class="cx"> </span><span class="cx"> bmp = Wx::ArtProvider::get_bitmap(@artid, @client, Wx::Size.new...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not