[wxruby-users] how can I set window not resize?

Pat Kiatchaipipat lists at ruby-forum.com
Sat Apr 19 00:51:17 EDT 2008


I try

    super(nil, :title => title, :size => [700, 525])
    @window = Window.new(self, -1)
    @window.set_background_colour(WHITE)
    @window.set_size(700,525)
    @window.resizable(false)

resizable is not fuction declare. can I make it in other way?
-- 
Posted via http://www.ruby-forum.com/.


More information about the wxruby-users mailing list