Class: Gtk3App::EventImage
- Inherits:
-
Such::EventBox
- Object
- Such::EventBox
- Gtk3App::EventImage
- Defined in:
- lib/gtk3app/widgets.rb
Instance Method Summary collapse
-
#initialize(container) ⇒ EventImage
constructor
A new instance of EventImage.
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 |