Class: TkBindTag (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
TkBindTag::BTagID_TBL
TkBindTag::Tk_BINDTAG_ID
TkBindTag::ALL
Class Methods
TkBindTag.id2obj / 1
TkBindTag.new_by_name / 3
Instance Methods
TkBindTag#mutex
TkBindTag#initialize / 2
TkBindTag#name
TkBindTag#to_eval
TkBindTag#inspect
is a submodule of
module: <Toplevel Module>   
includes
  TkBindCore   
inherits from
  Object ( Builtin-Module )
is inherited by
  TkBindTagAll   
  TkDatabaseClass   
has class siblings
  Array ( Builtin-Module )
  Hash ( Builtin-Module )
  String ( Builtin-Module )
  TkKernel   
  TkMenu   
  CallbackSubst ( TkUtil )
  TclTkIp   
  Tk_OBJECT_TABLE ( TkCore )
  TkFont   
  DescendantFont ( TkFont )
  TkTimer   
  TkValidateCommand   
  TkVariable   
has properties
constant: BTagID_TBL   
constant: Tk_BINDTAG_ID   
method: mutex   
class method: id2obj / 1   
class method: new_by_name / 3   
method: initialize / 2   
constant: ALL   
method: name   
method: to_eval   
method: inspect   
is defined at
#6 in tk/bindtag.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Array     
class: Hash     
class: String     
  module: <Unknown Module>
  class: TkKernel
  class: TkMenu
  module: TkUtil
class: CallbackSubst     
  class: TclTkIp
  module: TkCore
class: Tk_OBJECT_TABLE     
  module: TkBindCore
✗ class: TkBindTag
  class: TkBindTagAll
  class: TkDatabaseClass
  class: TkFont
class: DescendantFont     
  class: TkTimer
  class: TkValidateCommand
  class: TkVariable

Class Hierarchy

Object ( Builtin-Module )
Array ( Builtin-Module )
Hash ( Builtin-Module )
String ( Builtin-Module )
TkKernel
TkMenu
CallbackSubst ( TkUtil )
TclTkIp
Tk_OBJECT_TABLE ( TkCore )
TkBindTag
includes
  TkBindCore   
has properties
constant: BTagID_TBL   
constant: Tk_BINDTAG_ID   
method: mutex   
class method: id2obj / 1   
class method: new_by_name / 3   
method: initialize / 2   
constant: ALL   
method: name   
method: to_eval   
method: inspect   
  TkBindTagAll     
  TkDatabaseClass     
TkFont
DescendantFont ( TkFont )
TkTimer
TkValidateCommand
TkVariable

Constants

TkBindTag::BTagID_TBL

#10 in tk/bindtag.rb

BTagID_TBL = TkCore::INTERP.create_table   

TkBindTag::Tk_BINDTAG_ID

#12 in tk/bindtag.rb

Tk_BINDTAG_ID = ["btag".freeze, "00000".taint]).instance_eval{   

TkBindTag::ALL

#72 in tk/bindtag.rb

ALL = self.new_by_name('all')   

Class Methods

TkBindTag.id2obj / 1

#22 in tk/bindtag.rb

id2obj ( id )

TkBindTag.new_by_name / 3

#45 in tk/bindtag.rb

new_by_name ( name ,
  *args ,
  &b )

Instance Methods

TkBindTag#mutex

#14 in tk/bindtag.rb

mutex

TkBindTag#initialize / 2

#60 in tk/bindtag.rb

initialize ( *args ,
  &b )

TkBindTag#name

#74 in tk/bindtag.rb

name

TkBindTag#to_eval

#78 in tk/bindtag.rb

to_eval

TkBindTag#inspect

#82 in tk/bindtag.rb

inspect