Class: Tgui::ListView::Column
- Inherits:
-
WidgetLike
- Object
- WidgetLike
- Tgui::ListView::Column
- Defined in:
- lib/white_gold/dsl/list_view.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
Attributes inherited from WidgetLike
Instance Method Summary collapse
-
#initialize(list_view, index) ⇒ Column
constructor
A new instance of Column.
Methods inherited from WidgetLike
abi_attr, abi_bit_enum, abi_def, abi_enum, #flags=, self_abi_def, self_abi_def_setter, self_abi_def_setter_with_id, self_abi_def_with_id, self_packers_id_extend
Methods included from BangDef
Methods included from BangNest
Methods included from BangNestedCaller
#bang_method_missing, #bang_object_stack, #bang_respond_to?, #self!, #upon!
Constructor Details
#initialize(list_view, index) ⇒ Column
Returns a new instance of Column.
58 59 60 61 |
# File 'lib/white_gold/dsl/list_view.rb', line 58 def initialize list_view, index super @format = :to_s end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BangNest
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
63 64 65 |
# File 'lib/white_gold/dsl/list_view.rb', line 63 def format @format end |