Class: Fox::FXWindow

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

Overview

Work around error ‘FXComposeContext: illegal window parameter’ in FXWindow#setFocus of some libfox versions.

Instance Method Summary collapse

Instance Method Details

#setFocusObject



5
6
7
8
9
# File 'lib/watobo/patch_fxruby_setfocus.rb', line 5

def setFocus
  app.addChore do
    super
  end
end