Module: TkSelection (<Toplevel Module>)

Overview
Module Structure
Constants
TkSelection::TkCommandNames
Module Methods
TkSelection.clear (1/2) / 1
TkSelection.clear_on_display / 2
TkSelection.get (1/2) / 1
TkSelection.get_on_display / 2
TkSelection.handle (1/2) / 4
TkSelection.get_owner (1/2) / 1
TkSelection.get_owner_on_display / 2
TkSelection.set_owner (1/2) / 2
Instance Methods
TkSelection#clear (2/E) / 1
TkSelection#get (2/E) / 1
TkSelection#handle (2/E) / 3
TkSelection#get_owner (2/E) / 1
TkSelection#set_owner (2/E) / 1
is a submodule of
module: <Toplevel Module>   
extends
  Tk   
includes
  Tk   
has properties
constant: TkCommandNames   
module method: clear (1/2) / 1   
module method: clear_on_display / 2   
method: clear (2/E) / 1   
module method: get (1/2) / 1   
module method: get_on_display / 2   
method: get (2/E) / 1   
module method: handle (1/2) / 4   
method: handle (2/E) / 3   
module method: get_owner (1/2) / 1   
module method: get_owner_on_display / 2   
method: get_owner (2/E) / 1   
module method: set_owner (1/2) / 2   
method: set_owner (2/E) / 1   
is defined at
#6 in tk/selection.rb  

Overview

Module Structure

  module: <Toplevel Module>
module: Tk     
module: TkSelection     

Constants

TkSelection::TkCommandNames

#10 in tk/selection.rb

TkCommandNames = ['selection'.freeze].freeze   

Module Methods

TkSelection.clear (1/2) / 1

#12 in tk/selection.rb

clear ( sel=nil )

TkSelection.clear_on_display / 2

#19 in tk/selection.rb

clear_on_display ( win ,
  sel=nil )

TkSelection.get (1/2) / 1

#32 in tk/selection.rb

get ( keys=nil )

TkSelection.get_on_display / 2

#36 in tk/selection.rb

get_on_display ( win ,
  keys=nil )

TkSelection.handle (1/2) / 4

#45 in tk/selection.rb

handle ( win ,
  func=Proc.new ,
  keys=nil ,
  &b )

TkSelection.get_owner (1/2) / 1

#59 in tk/selection.rb

get_owner ( sel=nil )

TkSelection.get_owner_on_display / 2

#66 in tk/selection.rb

get_owner_on_display ( win ,
  sel=nil )

TkSelection.set_owner (1/2) / 2

#79 in tk/selection.rb

set_owner ( win ,
  keys=nil )

Instance Methods

TkSelection#clear (2/E) / 1

#27 in tk/selection.rb

clear ( sel=nil )

TkSelection#get (2/E) / 1

#41 in tk/selection.rb

get ( keys=nil )

TkSelection#handle (2/E) / 3

#55 in tk/selection.rb

handle ( func=Proc.new ,
  keys=nil ,
  &b )

TkSelection#get_owner (2/E) / 1

#74 in tk/selection.rb

get_owner ( sel=nil )

TkSelection#set_owner (2/E) / 1

#82 in tk/selection.rb

set_owner ( keys=nil )