Class: Tgui::ListView::Column

Inherits:
WidgetLike show all
Defined in:
lib/white_gold/dsl/list_view.rb

Instance Attribute Summary collapse

Attributes inherited from WidgetLike

#host, #id

Instance Method Summary collapse

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

#def!

Methods included from BangNest

#method_missing, #respond_to?

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

#formatObject

Returns the value of attribute format.



63
64
65
# File 'lib/white_gold/dsl/list_view.rb', line 63

def format
  @format
end