Class: ATKTileLabelframe

Inherits:
ATKTileFrame
  • Object
show all
Defined in:
ext/ae-rad/lib/tkext/al-tile.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.class_wrappedObject



114
115
116
# File 'ext/ae-rad/lib/tkext/al-tile.rb', line 114

def ATKTileLabelframe.class_wrapped
  Tk::Tile::TLabelframe
end

Instance Method Details

#propertiesObject



117
118
119
120
121
122
123
124
125
# File 'ext/ae-rad/lib/tkext/al-tile.rb', line 117

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