Class: ATKTileCombobox

Inherits:
AGTkCommonTile show all
Defined in:
lib/tkext/al-tile.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, #new_object, #popup, #popup_items, #update_property

Constructor Details

This class inherits a constructor from AGTk

Class Method Details

.class_wrappedObject



83
84
85
# File 'lib/tkext/al-tile.rb', line 83

def ATKTileCombobox.class_wrapped
  Tk::Tile::TCombobox
end

Instance Method Details

#propertiesObject



86
87
88
89
90
91
92
93
# File 'lib/tkext/al-tile.rb', line 86

def properties
  super
  publish('property','name'=>'values',
  'get'=> proc{@obj.cget('values')},
  'set'=> proc{|t| @obj.configure('values'=>t)},
  'def'=> ""
  )
end