Displaying 3 results from an estimated 3 matches for "artclient".
Did you mean:
artclients
2007 Nov 16
0
[ wxruby-Bugs-15666 ] bigdemo crashes after using the arrow keys to select the widgets
...arrow keys to select the widgets
Initial Comment:
(wxruby:7774): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL'' failed
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:22: warning: already initialized constant ArtClients
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:72: warning: already initialized constant ArtIDs
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:22: warning: already initialized constant ArtClients
/usr/local/l...
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
..., art_client, art_size)
+ ..
+ return Wx::Bitmap.new(...)
+ end
+ end
</ins><span class="cx">
</span><del>- class MyProvider : public ArtProvider
- {
- protected:
- Bitmap CreateBitmap(const ArtID& id,
- const ArtClient& client,
- const Size size)
- { ... }
- };
- ...
- ArtProvider::PushProvider(new MyProvider);
</del><ins>+ Wx::ArtProvider.push_provider(MyProvider.new)
</ins><span class="cx">
</span><span class="cx">...
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