class Tk::Iwidgets::Labeledwidget

Constants

TkCommandNames
WidgetClassName

Public Class Methods

alignlabels(*wins) click to toggle source
# File lib/tkextlib/iwidgets/labeledwidget.rb, line 38
def self.alignlabels(*wins)
  tk_call('::iwidgets::Labeledwidget::alignlabels', *wins)
end

Public Instance Methods

child_site() click to toggle source
# File lib/tkextlib/iwidgets/labeledwidget.rb, line 42
def child_site
  window(tk_call(@path, 'childsite'))
end

Private Instance Methods

__font_optkeys() click to toggle source
Calls superclass method
# File lib/tkextlib/iwidgets/labeledwidget.rb, line 33
def __font_optkeys
  super() << 'labelfont'
end
__strval_optkeys() click to toggle source
Calls superclass method TkConfigMethod#__strval_optkeys
# File lib/tkextlib/iwidgets/labeledwidget.rb, line 23
def __strval_optkeys
  super() << 'labeltext'
end
__tkvariable_optkeys() click to toggle source
Calls superclass method TkConfigMethod#__tkvariable_optkeys
# File lib/tkextlib/iwidgets/labeledwidget.rb, line 28
def __tkvariable_optkeys
  super() << 'labelvariable'
end