Class: AGTkLabelFrame

Inherits:
AGTkFrame show all
Defined in:
lib/tk/al-tk.rb

Instance Attribute Summary

Attributes inherited from AGTkBaseContainer

#where_x, #where_y

Attributes inherited from AGTk

#canvas, #l_manager, #x0, #x3, #y0, #y3

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from AGTkFrame

#rewind_by_property

Methods inherited from AGTkContainer

class_sniffer

Methods inherited from AGTkBaseContainer

#initialize

Methods inherited from AGTkLayoutManaged

#start_properties

Methods inherited from AGTk

#activate, #active_move_tab, class_renderer, class_sniffer, #contains_events, #delete, #getFileName, #has_events, #initialize, #new_object, #popup, #popup_items, #update_property

Constructor Details

This class inherits a constructor from AGTkBaseContainer

Class Method Details

.class_wrappedObject



2713
2714
2715
# File 'lib/tk/al-tk.rb', line 2713

def AGTkLabelFrame.class_wrapped
  TkLabelFrame
end

Instance Method Details

#propertiesObject



2717
2718
2719
2720
2721
2722
# File 'lib/tk/al-tk.rb', line 2717

def properties
  super
  publish('property',TkProperties::text(@obj))
  publish('property',TkProperties::labelanchor(@obj))
  publish('property',TkProperties::labelwidget(@obj))
end