module GtkApp::RegisterSupport::ClassMethods

Public Instance Methods

register(widget_name, method_name, options={}, &block) click to toggle source
# File lib/gtk_app/register_support.rb, line 6
def register(widget_name, method_name, options={}, &block)
  # TODO:
end