Class: Gtk3App::EventImage

Inherits:
Such::EventBox
  • Object
show all
Defined in:
lib/gtk3app/widgets.rb

Instance Method Summary collapse

Constructor Details

#initialize(container) ⇒ EventImage

Returns a new instance of EventImage.



35
36
37
38
# File 'lib/gtk3app/widgets.rb', line 35

def initialize(container, ...)
  super container
  Such::Image.new(self, ...)
end