Class: TkImage (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
TkImage::TkCommandNames
TkImage::Tk_IMGTBL
TkImage::Tk_Image_ID
Class Methods
TkImage.new / 1
TkImage.names
TkImage.types
Instance Methods
TkImage#mutex
TkImage#initialize / 1
TkImage#delete
TkImage#height
TkImage#inuse
TkImage#itemtype
TkImage#width
is a submodule of
module: <Toplevel Module>   
includes
  Tk   
inherits from
  TkObject   
is inherited by
  TkBitmapImage   
  TkPhotoImage   
has class siblings
  TkWindow   
  TkcItem   
  TkcTag   
  TkMsgCatalog   
  TkNamespace   
  Ensemble ( TkNamespace )
  NsCode ( TkNamespace )
  TkTextImage   
  TkTextMark   
  TkTextTag   
  TkTextWindow   
  TkVirtualEvent   
has properties
constant: TkCommandNames   
constant: Tk_IMGTBL   
constant: Tk_Image_ID   
method: mutex   
class method: new / 1   
method: initialize / 1   
method: delete   
method: height   
method: inuse   
method: itemtype   
method: width   
class method: names   
class method: types   
is defined at
#7 in tk/image.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Tk
  class: TkObject
  class: TkWindow
  class: TkcItem
  class: TkcTag
✗ class: TkImage
  class: TkBitmapImage
  class: TkPhotoImage
  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
includes
  Tk   
has properties
constant: TkCommandNames   
constant: Tk_IMGTBL   
constant: Tk_Image_ID   
method: mutex   
class method: new / 1   
method: initialize / 1   
method: delete   
method: height   
method: inuse   
method: itemtype   
method: width   
class method: names   
class method: types   
  TkBitmapImage     
  TkPhotoImage     
TkMsgCatalog
TkNamespace
Ensemble ( TkNamespace )
NsCode ( TkNamespace )
TkTextImage
TkTextMark
TkTextTag
TkTextWindow
TkVirtualEvent

Constants

TkImage::TkCommandNames

#10 in tk/image.rb

TkCommandNames = ['image'.freeze].freeze   

TkImage::Tk_IMGTBL

#12 in tk/image.rb

Tk_IMGTBL = TkCore::INTERP.create_table   

TkImage::Tk_Image_ID

#14 in tk/image.rb

Tk_Image_ID = ['i'.freeze, '00000'.taint]).instance_eval{   

Class Methods

TkImage.new / 1

#24 in tk/image.rb

new ( keys=nil )

TkImage.names

#106 in tk/image.rb

names

TkImage.types

#114 in tk/image.rb

types

Instance Methods

TkImage#mutex

#16 in tk/image.rb

mutex

TkImage#initialize / 1

#65 in tk/image.rb

initialize ( keys=nil )

TkImage#delete

#86 in tk/image.rb

delete

TkImage#height

#93 in tk/image.rb

height

TkImage#inuse

#96 in tk/image.rb

inuse

TkImage#itemtype

#99 in tk/image.rb

itemtype

TkImage#width

#102 in tk/image.rb

width