Class: TkcTagString (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Class Methods
TkcTagString.new / 4
Instance Methods
TkcTagString#initialize / 4
is a submodule of
module: <Toplevel Module>   
inherits from
  TkcTag   
is inherited by
  TkcTagAll   
  TkcTagCurrent   
has class siblings
  TkcGroup   
has properties
class method: new / 4   
method: initialize / 4   
is defined at
#311 in tk/canvastag.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: TkcTag     
class: TkcTagString     
class: TkcTagAll     
class: TkcTagCurrent     
class: TkcGroup     

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   
TkcTag
includes
  TkcTagAccess   
has properties
constant: CTagID_TBL   
constant: Tk_CanvasTag_ID   
method: mutex   
class method: id2obj / 2   
method: initialize / 3   
method: id   
method: exist?   
method: delete   
alias: remove delete   
alias: destroy delete   
method: set_to_above / 1   
alias: above set_to_above   
method: set_to_all   
alias: all set_to_all   
method: set_to_below / 1   
alias: below set_to_below   
method: set_to_closest / 4   
alias: closest set_to_closest   
method: set_to_enclosed / 4   
alias: enclosed set_to_enclosed   
method: set_to_overlapping / 4   
alias: overlapping set_to_overlapping   
method: set_to_withtag / 1   
alias: withtag set_to_withtag   
TkcTagString
has properties
class method: new / 4   
method: initialize / 4   
  TkcTagAll     
  TkcTagCurrent     
TkcGroup

Class Methods

TkcTagString.new / 4

#312 in tk/canvastag.rb

new ( parent ,
  name ,
  mode=nil ,
  *args )

Instance Methods

TkcTagString#initialize / 4

#334 in tk/canvastag.rb

initialize ( parent ,
  name ,
  mode=nil ,
  *args )