Method: Context::Gtk::Widget#widgetWasAddedTo
- Defined in:
- lib/Context/Gtk/Widget.rb
#widgetWasAddedTo(widget) ⇒ Object
This method is called after the widget has been successfully added to another widget
127 128 129 130 131 |
# File 'lib/Context/Gtk/Widget.rb', line 127 def () if !@gtkWidgetAddedToCallback.nil? @gtkWidgetAddedToCallback.call() end end |