Class: TkTextNamedTag (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Class Methods
TkTextNamedTag.new / 3
Instance Methods
TkTextNamedTag#initialize / 3
is a submodule of
module: <Toplevel Module>   
inherits from
  TkTextTag   
is inherited by
  TkTextTagSel   
has properties
class method: new / 3   
method: initialize / 3   
is defined at
#251 in tk/texttag.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: TkTextTag     
class: TkTextNamedTag     
class: TkTextTagSel     

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   
TkTextTag
includes
  TkTreatTagFont   
  IndexModMethods ( Tk::Text )
has properties
constant: TTagID_TBL   
constant: Tk_TextTag_ID   
method: mutex   
class method: id2obj / 2   
method: initialize / 2   
method: id   
method: exist?   
method: first   
method: last   
method: add / 1   
method: remove / 1   
method: ranges   
method: nextrange / 2   
method: prevrange / 2   
method: [] / 1   
method: []= / 2   
method: cget / 1   
method: cget_strict / 1   
method: configure / 2   
method: configinfo / 1   
method: current_configinfo / 1   
method: bind / 2   
method: bind_append / 2   
method: bind_remove / 1   
method: bindinfo / 1   
method: raise / 1   
method: lower / 1   
method: destroy   
TkTextNamedTag
has properties
class method: new / 3   
method: initialize / 3   
  TkTextTagSel     

Class Methods

TkTextNamedTag.new / 3

#252 in tk/texttag.rb

new ( parent ,
  name ,
  *args )

Instance Methods

TkTextNamedTag#initialize / 3

#285 in tk/texttag.rb

initialize ( parent ,
  name ,
  *args )