Class: AGTkBwSeparator

Inherits:
AGTkBase show all
Defined in:
ext/ae-rad/lib/tkext/al-bwidget.rb

Instance Attribute Summary

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

Instance Method Summary collapse

Methods inherited from AGTkBase

#properties

Methods inherited from AGTkLayoutManaged

#properties, #start_properties

Methods inherited from AGTk

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

Methods inherited from AG

#activate, active, #add_require, #build_sons, class_renderer, class_sniffer, class_wrapped, #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, #passed_object, #properties, #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 AGTk

Instance Method Details

#new_objectObject



144
145
146
# File 'ext/ae-rad/lib/tkext/al-bwidget.rb', line 144

def new_object
  @obj = Tk::BWidget::Separator.new(@ag_parent.obj)
end