Class: TT::GUI::Container

Inherits:
Control
  • Object
show all
Includes:
ContainerElement
Defined in:
TT_Lib2/gui.rb

Overview

Since:

  • 2.4.0

Direct Known Subclasses

Groupbox

Instance Attribute Summary

Attributes included from ContainerElement

#controls

Attributes inherited from Control

#bottom, #font_bold, #font_italic, #font_name, #font_size, #height, #left, #name, #parent, #right, #tooltip, #top, #ui_id, #width, #window

Method Summary

Methods included from ContainerElement

#add_control, #get_control_by_name, #get_control_by_ui_id, #initialize, #release!, #remove_control

Methods inherited from Control

#add_event_handler, #call_event, #disabled=, #disabled?, #enabled=, #enabled?, events, has_event?, #initialize, #inspect, #move, #position, #positioned?, #properties, #release!, #size

Methods included from ControlEvents

included