class TkBuffersChoiseView
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/a-tkcommons.rb, line 2140 def initialize super Tk.tk_call('wm', 'title', self, '...hello' ) Tk.tk_call('wm', 'geometry', self, '150x217+339+198' ) @lb = TkListbox.new(self){ background '#fedbd7' relief 'groove' place('relwidth' => '1','relx' => 0,'x' => '0','y' => '0','relheight' => '1','rely' => 0,'height' => '0','bordermode' => 'inside','width' => '0') } end