search for: make_bitmap

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

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
2007 May 04
0
[1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok
...1005) +++ trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-04 20:04:49 UTC (rev 1006) </span><span class="lines">@@ -114,7 +114,7 @@ </span><span class="cx"> # bmp = make_bitmap("tick.png") </span><span class="cx"> end </span><span class="cx"> </span><del>- if bmp.ok </del><ins>+ if bmp.is_ok </ins><span class="cx"> @log.write_text("My...