Class: DragonsKeep::DragonsKeepApp

Inherits:
Wx::App
  • Object
show all
Defined in:
lib/dragons_keep.rb

Instance Method Summary collapse

Instance Method Details

#on_initObject



23
24
25
26
27
28
# File 'lib/dragons_keep.rb', line 23

def on_init()
  self.app_name = "Dragon's Keep"
  @frame = KeepsMain.new "Dragon's Keep"
  @frame.center_on_screen(Wx::BOTH)
  @frame.show
end