Class: AGTkBwPanedWindow

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

Direct Known Subclasses

AGTkBwNoteBook

Instance Attribute Summary

Attributes inherited from AGTkBaseContainer

#where_x, #where_y

Attributes inherited from AGTk

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

Instance Method Summary collapse

Methods inherited from AGTkFrame

class_wrapped, #properties, #rewind_by_property

Methods inherited from AGTkContainer

class_sniffer

Methods inherited from AGTkBaseContainer

#initialize, #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 AGTkBaseContainer

Instance Method Details

#new_objectObject



150
151
152
# File 'lib/tkext/al-bwidget.rb', line 150

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