Class: RUI::GuiBuilder::ActionList

Inherits:
Object
  • Object
show all
Includes:
RUI::GuiBuilder
Defined in:
lib/rui/toolkits/qtbase/gui_builder.rb

Overview

An action list is a placeholder for dynamically pluggable actions.

Action lists can be plugged by using ActionHandler#plug_action_list and removed with ActionHandler#unplug_action_list.

Instance Method Summary collapse

Methods included from RUI::GuiBuilder

build, #build, #builder, #setup_widget

Instance Method Details

#create_element(window, parent, desc) ⇒ Object



136
137
138
# File 'lib/rui/toolkits/qtbase/gui_builder.rb', line 136

def create_element(window, parent, desc)
  parent
end