Class: RuGUI::FrameworkAdapters::GTK::BaseController

Inherits:
BaseFrameworkAdapter::BaseController show all
Defined in:
lib/rugui/framework_adapters/GTK.rb

Direct Known Subclasses

BaseMainController

Instance Attribute Summary

Attributes inherited from BaseFrameworkAdapter::Base

#adapted_object

Instance Method Summary collapse

Methods inherited from BaseFrameworkAdapter::Base

#initialize

Constructor Details

This class inherits a constructor from RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base

Instance Method Details

#queue(&block) ⇒ Object



77
78
79
# File 'lib/rugui/framework_adapters/GTK.rb', line 77

def queue(&block)
  Gtk.queue(&block)
end