Class: Scale (Tk)

Overview
Module Structure
Class Hierarchy
Constants
Scale::TkCommandNames
Scale::WidgetClassName
Instance Methods
Scale#create_self / 1
Scale#__strval_optkeys
Scale#_wrap_command_arg / 1
Scale#configure_cmd / 2
Scale#configure / 2
Scale#command / 1
Scale#get / 2
Scale#coords / 1
Scale#identify / 2
Scale#set / 1
Scale#value
Scale#value= / 1
is a submodule of
module: Tk   
inherits from
  TkWindow   
has class siblings
  Canvas ( Tk )
  TkDialogObj   
  Frame ( Tk )
  Label ( Tk )
  Menu ( Tk )
  PanedWindow ( Tk )
  Root ( Tk )
  Scrollbar ( Tk )
  Toplevel ( Tk )
  TkTextWin   
has properties
constant: TkCommandNames   
constant: WidgetClassName   
method: create_self / 1   
method: __strval_optkeys   
method: _wrap_command_arg / 1   
method: configure_cmd / 2   
method: configure / 2   
method: command / 1   
method: get / 2   
method: coords / 1   
method: identify / 2   
method: set / 1   
method: value   
method: value= / 1   
is defined at
#6 in tk/scale.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Tk
class: Canvas     
class: Frame     
class: Label     
class: Menu     
class: PanedWindow     
class: Root     
class: Scale     
class: Scrollbar     
class: Toplevel     
  class: TkWindow
  class: TkDialogObj
  class: TkTextWin

Class Hierarchy

Object ( Builtin-Module )
TkKernel
TkObject
extends
  TkCore   
includes
  Tk   
  TkBindCore   
  TkConfigMethod   
has properties
method: epath   
method: to_eval   
method: tk_send / 2   
method: tk_send_without_enc / 2   
method: tk_send_with_enc / 2   
method: tk_send_to_list / 2   
method: tk_send_to_list_without_enc / 2   
method: tk_send_to_list_with_enc / 2   
method: tk_send_to_simplelist / 2   
method: tk_send_to_simplelist_without_enc / 2   
method: tk_send_to_simplelist_with_enc / 2   
method: method_missing / 2   
method: event_generate / 2   
method: tk_trace_variable / 1   
method: destroy   
TkWindow
extends
  TkBindCore   
includes
  TkWinfo   
  Wm_for_General ( Tk )
has properties
class method: _widget_inspect_full_?   
class method: _widget_inspect_full_= / 1   
constant: TkCommandNames   
constant: WidgetClassName   
class method: to_eval   
method: initialize / 2   
method: create_self / 1   
method: inspect   
method: exist?   
method: bind_class   
method: database_classname (1/2)   
method: database_class (1/2)   
class method: database_classname (2/E)   
class method: database_class (2/E)   
method: pack / 1   
method: pack_in / 2   
method: pack_forget   
alias: unpack pack_forget   
method: pack_config / 2   
alias: pack_configure pack_config   
method: pack_info   
method: pack_propagate / 1   
method: pack_slaves   
method: grid / 1   
method: grid_in / 2   
method: grid_anchor / 1   
method: grid_forget   
alias: ungrid grid_forget   
method: grid_bbox / 1   
method: grid_config / 2   
alias: grid_configure grid_config   
method: grid_columnconfig / 2   
alias: grid_columnconfigure grid_columnconfig   
alias: grid_column grid_columnconfig   
method: grid_rowconfig / 2   
alias: grid_rowconfigure grid_rowconfig   
alias: grid_row grid_rowconfig   
method: grid_columnconfiginfo / 2   
method: grid_rowconfiginfo / 2   
method: grid_info   
method: grid_location / 2   
method: grid_propagate / 1   
method: grid_remove   
method: grid_size   
method: grid_slaves / 1   
method: place / 1   
method: place_in / 2   
method: place_forget   
alias: unplace place_forget   
method: place_config / 2   
alias: place_configure place_config   
method: place_configinfo / 1   
method: place_info   
method: place_slaves   
method: set_focus / 1   
alias: focus set_focus   
method: grab / 1   
method: grab_current   
alias: current_grab grab_current   
method: grab_release   
alias: release_grab grab_release   
method: grab_set   
alias: set_grab grab_set   
method: grab_set_global   
alias: set_global_grab grab_set_global   
method: grab_status   
method: lower / 1   
alias: lower_window lower   
method: raise / 1   
alias: raise_window raise   
method: command / 2   
method: colormodel / 1   
method: caret / 1   
method: destroy   
method: wait_visibility / 1   
method: eventloop_wait_visibility   
method: thread_wait_visibility   
alias: wait wait_visibility   
alias: tkwait wait_visibility   
alias: eventloop_wait eventloop_wait_visibility   
alias: eventloop_tkwait eventloop_wait_visibility   
alias: eventloop_tkwait_visibility eventloop_wait_visibility   
alias: thread_wait thread_wait_visibility   
alias: thread_tkwait thread_wait_visibility   
alias: thread_tkwait_visibility thread_wait_visibility   
method: wait_destroy / 1   
alias: wait_window wait_destroy   
method: eventloop_wait_destroy   
alias: eventloop_wait_window eventloop_wait_destroy   
method: thread_wait_destroy   
alias: thread_wait_window thread_wait_destroy   
alias: tkwait_destroy wait_destroy   
alias: tkwait_window wait_destroy   
alias: eventloop_tkwait_destroy eventloop_wait_destroy   
alias: eventloop_tkwait_window eventloop_wait_destroy   
alias: thread_tkwait_destroy thread_wait_destroy   
alias: thread_tkwait_window thread_wait_destroy   
method: bindtags / 1   
method: bindtags= / 1   
method: bindtags_shift   
method: bindtags_unshift / 1   
Canvas ( Tk )
TkDialogObj
Frame ( Tk )
Label ( Tk )
Menu ( Tk )
PanedWindow ( Tk )
Root ( Tk )
Scale ( Tk )
has properties
constant: TkCommandNames   
constant: WidgetClassName   
method: create_self / 1   
method: __strval_optkeys   
method: _wrap_command_arg / 1   
method: configure_cmd / 2   
method: configure / 2   
method: command / 1   
method: get / 2   
method: coords / 1   
method: identify / 2   
method: set / 1   
method: value   
method: value= / 1   
Scrollbar ( Tk )
Toplevel ( Tk )
TkTextWin

Constants

Scale::TkCommandNames

#7 in tk/scale.rb

TkCommandNames = ['scale'.freeze].freeze   

Scale::WidgetClassName

#8 in tk/scale.rb

WidgetClassName = 'Scale'.freeze   

Instance Methods

Scale#create_self / 1

#11 in tk/scale.rb

create_self ( keys )

Scale#__strval_optkeys

#49 in tk/scale.rb

__strval_optkeys

Scale#_wrap_command_arg / 1

#54 in tk/scale.rb

_wrap_command_arg ( cmd )

Scale#configure_cmd / 2

#65 in tk/scale.rb

configure_cmd ( slot ,
  value )

Scale#configure / 2

#69 in tk/scale.rb

configure ( slot ,
  value=None )

Scale#command / 1

#80 in tk/scale.rb

command ( cmd=Proc.new )

Scale#get / 2

#84 in tk/scale.rb

get ( x=None ,
  y=None )

Scale#coords / 1

#88 in tk/scale.rb

coords ( val=None )

Scale#identify / 2

#92 in tk/scale.rb

identify ( x ,
  y )

Scale#set / 1

#96 in tk/scale.rb

set ( val )

Scale#value

#100 in tk/scale.rb

value

Scale#value= / 1

#104 in tk/scale.rb

value= ( val )