Displaying 1 result from an estimated 1 matches for "artprovider_pushprovid".
Did you mean:
artprovider_pushprovider
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
..."cx"> replace standard art with their own version. All
</span><span class="lines">@@ -10,31 +10,27 @@
</span><span class="cx"> provider with
</span><span class="cx"> "ArtProvider#push_provider":artprovider.html#ArtProvider_pushprovider:
</span><span class="cx">
</span><ins>+ class MyProvider < Wx::ArtProvider
+         def create_bitmap(art_id, art_client, art_size)
+ ..
+ return Wx::Bitmap.new(...)
+ end
+ end...