Module: TkXIM (<Toplevel Module>)

Overview
Module Structure
Constants
TkXIM::TkCommandNames
Module Methods
TkXIM.useinputmethods (1/2) / 2
TkXIM.useinputmethods_displayof / 2
TkXIM.caret (1/2) / 2
TkXIM.configure / 3
TkXIM.configinfo / 2
TkXIM.current_configinfo / 2
Instance Methods
TkXIM#useinputmethods (2/E) / 1
TkXIM#caret (2/E) / 1
TkXIM#imconfigure / 2
TkXIM#imconfiginfo / 1
is a submodule of
module: <Toplevel Module>   
extends
  Tk   
includes
  Tk   
has properties
constant: TkCommandNames   
module method: useinputmethods (1/2) / 2   
module method: useinputmethods_displayof / 2   
module method: caret (1/2) / 2   
module method: configure / 3   
module method: configinfo / 2   
module method: current_configinfo / 2   
method: useinputmethods (2/E) / 1   
method: caret (2/E) / 1   
method: imconfigure / 2   
method: imconfiginfo / 1   
is defined at
#6 in tk/xim.rb  

Overview

Module Structure

  module: <Toplevel Module>
module: Tk     
module: TkXIM     

Constants

TkXIM::TkCommandNames

#10 in tk/xim.rb

TkCommandNames = ['imconfigure'.freeze].freeze   

Module Methods

TkXIM.useinputmethods (1/2) / 2

#12 in tk/xim.rb

useinputmethods ( value = None ,
  win = nil )

TkXIM.useinputmethods_displayof / 2

#30 in tk/xim.rb

useinputmethods_displayof ( win ,
  value = None )

TkXIM.caret (1/2) / 2

#34 in tk/xim.rb

caret ( win ,
  keys=nil )

TkXIM.configure / 3

#48 in tk/xim.rb

configure ( win ,
  slot ,
  value=None )

TkXIM.configinfo / 2

#61 in tk/xim.rb

configinfo ( win ,
  slot=nil )

TkXIM.current_configinfo / 2

#86 in tk/xim.rb

current_configinfo ( win ,
  slot=nil )

Instance Methods

TkXIM#useinputmethods (2/E) / 1

#107 in tk/xim.rb

useinputmethods ( value=None )

TkXIM#caret (2/E) / 1

#111 in tk/xim.rb

caret ( keys=nil )

TkXIM#imconfigure / 2

#115 in tk/xim.rb

imconfigure ( slot ,
  value=None )

TkXIM#imconfiginfo / 1

#119 in tk/xim.rb

imconfiginfo ( slot=nil )