Class: AGTkLabel

Inherits:
AGTkContainer show all
Defined in:
ext/ae-rad/lib/tk/al-tk.rb

Direct Known Subclasses

AGTkLabelWatch

Instance Attribute Summary

Attributes inherited from AGTkBaseContainer

#where_x, #where_y

Attributes inherited from AGTk

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

Attributes inherited from AG

#ag_parent, #i_ag, #i_name, #obj, #obj_class, #persistent, #props, #props_def, #props_kinds, #renderer, #sniffer, #sons

Class Method Summary collapse

Instance Method Summary collapse

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

Methods inherited from AG

#activate, active, #add_require, #build_sons, class_renderer, class_sniffer, #defaults, #defaults_values, #del_require, #delete, #fill_defaults_value_from_agobj, #getControlClassName, #getFileName, #getInstanceClass, #getObjClass, #getViewClassName, #get_implementation_block, #get_implementation_code, #get_implementation_new, #get_path_i_name, #has_sons, #initialize, near_class_wrapped, near_class_wrapper, #new_id, #new_object, #passed_object, #publish, #publish_def, #publish_del, #publish_mod, publish_property, #register, #retrive_values, #select, #start_properties, #update_property

Constructor Details

This class inherits a constructor from AGTkBaseContainer

Class Method Details

.class_wrappedObject



2641
2642
2643
# File 'ext/ae-rad/lib/tk/al-tk.rb', line 2641

def AGTkLabel.class_wrapped
TkLabel
end

Instance Method Details

#propertiesObject



2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
# File 'ext/ae-rad/lib/tk/al-tk.rb', line 2645

def properties
  super
  publish('property',TkProperties::relief(@obj))
  publish('property',TkProperties::wraplength(@obj))
  publish('property',TkProperties::borderwidth(@obj))
  publish('property',TkProperties::activebackground(@obj))
  publish('property',TkProperties::activeforeground(@obj))
  publish('property',TkProperties::anchor(@obj))
  publish('property',TkProperties::background(@obj))
  publish('property',TkProperties::bitmap(@obj))
  publish('property',TkProperties::compound(@obj))
  publish('property',TkProperties::borderwidth(@obj))
  publish('property',TkProperties::cursor(@obj))
  publish('property',TkProperties::disabledforeground(@obj))
  publish('property',TkProperties::font(@obj))
  publish('property',TkProperties::foreground(@obj))
  publish('property',TkProperties::highlightbackground(@obj))
  publish('property',TkProperties::highlightcolor(@obj))
  publish('property',TkProperties::highlightthickness(@obj))
  publish('property',TkProperties::image(@obj))
  publish('property',TkProperties::justify(@obj))
  publish('property',TkProperties::padx(@obj))
  publish('property',TkProperties::pady(@obj))
  publish('property',TkProperties::takefocus(@obj))
  publish('property',TkProperties::text(@obj))
publish('property',TkProperties::property('textvariable', @obj))
publish('property',TkProperties::property('underline', @obj))
publish('property',TkProperties::property('wraplength', @obj))
publish('property',TkProperties::height(@obj))
publish('property',TkProperties::state(@obj))
publish('property',TkProperties::width(@obj))
    
end