Class: Fox::FXDialogBox

Inherits:
Object
  • Object
show all
Defined in:
lib/watobo/patch_fxruby_setfocus.rb

Instance Method Summary collapse

Instance Method Details

#setFocusObject



13
14
15
16
17
# File 'lib/watobo/patch_fxruby_setfocus.rb', line 13

def setFocus
  app.addChore do
    super
  end
end