Class: TkcGroup (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
TkcGroup::Tk_cGroup_ID
Instance Aliases
TkcGroup#add
Instance Methods
TkcGroup#mutex
TkcGroup#initialize / 2
TkcGroup#include / 1
TkcGroup#exclude / 1
is a submodule of
module: <Toplevel Module>   
inherits from
  TkcTag   
has class siblings
  TkcTagString   
has properties
constant: Tk_cGroup_ID   
method: mutex   
method: initialize / 2   
method: include / 1   
alias: add include   
method: exclude / 1   
is defined at
#391 in tk/canvastag.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: TkcTag     
class: TkcTagString     
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
TkcGroup
has properties
constant: Tk_cGroup_ID   
method: mutex   
method: initialize / 2   
method: include / 1   
alias: add include   
method: exclude / 1   

Constants

TkcGroup::Tk_cGroup_ID

#392 in tk/canvastag.rb

Tk_cGroup_ID = ['tkcg'.freeze, '00000'.taint]).instance_eval{   

Instance Aliases

TkcGroup#add

#425 in tk/canvastag.rb

add include   

Instance Methods

TkcGroup#mutex

#394 in tk/canvastag.rb

mutex

TkcGroup#initialize / 2

#399 in tk/canvastag.rb

initialize ( parent ,
  *args )

TkcGroup#include / 1

#418 in tk/canvastag.rb

include ( *tags )

TkcGroup#exclude / 1

#427 in tk/canvastag.rb

exclude ( *tags )