Class: AGTkBwTree

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

Instance Attribute Summary

Attributes inherited from AGTk

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

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

Constructor Details

This class inherits a constructor from AGTk

Instance Method Details

#new_objectObject



177
178
179
# File 'lib/tkext/al-bwidget.rb', line 177

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