Class: AGTkMenuButton

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

Instance Attribute Summary

Attributes inherited from AGTk

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

Class Method Summary collapse

Instance Method Summary collapse

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, #popup, #popup_items, #update_property

Constructor Details

This class inherits a constructor from AGTk

Class Method Details

.class_wrappedObject



3005
3006
3007
# File 'lib/tk/al-tk.rb', line 3005

def AGTkMenuButton.class_wrapped
  TkMenuButton
end

Instance Method Details

#new_objectObject



3001
3002
3003
# File 'lib/tk/al-tk.rb', line 3001

def new_object
  @obj = TkMenuButton.new(@ag_parent.obj)
end

#propertiesObject



3009
3010
3011
# File 'lib/tk/al-tk.rb', line 3009

def properties
  super()
end