Class: Fox::FXTextField

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

Instance Method Summary collapse

Instance Method Details

#setFocusObject



21
22
23
24
25
# File 'lib/watobo/patch_fxruby_setfocus.rb', line 21

def setFocus
  app.addChore do
    super
  end
end