Class: Gdk::EventKey

Inherits:
Object
  • Object
show all
Includes:
KeyMatcher
Defined in:
lib/hilfer/extensions.rb

Instance Method Summary collapse

Methods included from KeyMatcher

#=~, #gdk_symbol, #key_name, #match, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gdk::KeyMatcher

Instance Method Details

#inspectObject



60
61
62
# File 'lib/hilfer/extensions.rb', line 60

def inspect
  "#<Gdk::EventKey #{key_name}(#{keyval}) state=#{state.inspect}"
end