Class: TkTextWindow (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
TkTextWindow#initialize / 3
TkTextWindow#id
TkTextWindow#mark
TkTextWindow#[] / 1
TkTextWindow#[]= / 2
TkTextWindow#cget / 1
TkTextWindow#cget_strict / 1
TkTextWindow#configure / 2
TkTextWindow#configinfo / 1
TkTextWindow#current_configinfo / 1
TkTextWindow#window
TkTextWindow#window= / 1
TkTextWindow#create
TkTextWindow#create= / 1
is a submodule of
module: <Toplevel Module>   
includes
  IndexModMethods ( Tk::Text )
inherits from
  TkObject   
has class siblings
  TkWindow   
  TkcItem   
  TkcTag   
  TkImage   
  TkMsgCatalog   
  TkNamespace   
  Ensemble ( TkNamespace )
  NsCode ( TkNamespace )
  TkTextImage   
  TkTextMark   
  TkTextTag   
  TkVirtualEvent   
has properties
method: initialize / 3   
method: id   
method: mark   
method: [] / 1   
method: []= / 2   
method: cget / 1   
method: cget_strict / 1   
method: configure / 2   
method: configinfo / 1   
method: current_configinfo / 1   
method: window   
method: window= / 1   
method: create   
method: create= / 1   
is defined at
#7 in tk/textwindow.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Tk
  class: Text
module: IndexModMethods     
  class: TkObject
  class: TkWindow
  class: TkcItem
  class: TkcTag
  class: TkImage
  class: TkMsgCatalog
  class: TkNamespace
class: Ensemble     
class: NsCode     
  class: TkTextImage
  class: TkTextMark
  class: TkTextTag
✗ class: TkTextWindow
  class: TkVirtualEvent

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
TkcItem
TkcTag
TkImage
TkMsgCatalog
TkNamespace
Ensemble ( TkNamespace )
NsCode ( TkNamespace )
TkTextImage
TkTextMark
TkTextTag
TkTextWindow
includes
  IndexModMethods ( Tk::Text )
has properties
method: initialize / 3   
method: id   
method: mark   
method: [] / 1   
method: []= / 2   
method: cget / 1   
method: cget_strict / 1   
method: configure / 2   
method: configinfo / 1   
method: current_configinfo / 1   
method: window   
method: window= / 1   
method: create   
method: create= / 1   
TkVirtualEvent

Instance Methods

TkTextWindow#initialize / 3

#10 in tk/textwindow.rb

initialize ( parent ,
  index ,
  keys = {} )

TkTextWindow#id

#57 in tk/textwindow.rb

id

TkTextWindow#mark

#60 in tk/textwindow.rb

mark

TkTextWindow#[] / 1

#64 in tk/textwindow.rb

[] ( slot )

TkTextWindow#[]= / 2

#67 in tk/textwindow.rb

[]= ( slot ,
  value )

TkTextWindow#cget / 1

#72 in tk/textwindow.rb

cget ( slot )

TkTextWindow#cget_strict / 1

#75 in tk/textwindow.rb

cget_strict ( slot )

TkTextWindow#configure / 2

#79 in tk/textwindow.rb

configure ( slot ,
  value=None )

TkTextWindow#configinfo / 1

#110 in tk/textwindow.rb

configinfo ( slot = nil )

TkTextWindow#current_configinfo / 1

#114 in tk/textwindow.rb

current_configinfo ( slot = nil )

TkTextWindow#window

#118 in tk/textwindow.rb

window

TkTextWindow#window= / 1

#122 in tk/textwindow.rb

window= ( value )

TkTextWindow#create

#131 in tk/textwindow.rb

create

TkTextWindow#create= / 1

#135 in tk/textwindow.rb

create= ( value )