[wxruby-users] wxruby2::DefaultValidator not defined
John Griffiths
lists at ruby-forum.com
Wed Jan 14 08:17:15 EST 2009
thanks, i sorted the problem below...
b_import_bmp_on = Wx::Bitmap.new('assets/images_only_btn_on.gif',
BITMAP_TYPE_GIF)
b = Wx::BitmapButton.new(self, 10, b_import_bmp_off,
Wx::Point.new(60,50), Wx::Size.new(73,21))
b.bitmap_selected = b_import_bmp_on
works well, agree the documentation needs a bit of an overhaul, if only
for more examples
may try adding to it after i get this task done.
great work and thanks again Alex,
--
Posted via http://www.ruby-forum.com/.
More information about the wxruby-users
mailing list