Module: WinRegistry (Tk)

Overview
Module Structure
Constants
WinRegistry::TkCommandNames
Module Functions
WinRegistry.delete / 2
WinRegistry.get / 2
WinRegistry.keys / 2
WinRegistry.set / 4
WinRegistry.type / 2
WinRegistry.values / 2
Instance Methods
WinRegistry#broadcast / 2
is a submodule of
module: Tk   
extends
  Tk   
  WinRegistry ( Tk )
is extended by
module: WinRegistry ( Tk )
has properties
constant: TkCommandNames   
method: broadcast / 2   
function: delete / 2   
function: get / 2   
function: keys / 2   
function: set / 4   
function: type / 2   
function: values / 2   
is defined at
#93, #98 in tk/winpkg.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Tk
module: WinRegistry     

Constants

WinRegistry::TkCommandNames

#102 in tk/winpkg.rb

TkCommandNames = ['registry'.freeze].freeze   

Module Functions

WinRegistry.delete / 2

#118 in tk/winpkg.rb

delete ( keynam ,
  valnam=None )

WinRegistry.get / 2

#122 in tk/winpkg.rb

get ( keynam ,
  valnam )

WinRegistry.keys / 2

#126 in tk/winpkg.rb

keys ( keynam ,
  pattern=nil )

WinRegistry.set / 4

#135 in tk/winpkg.rb

set ( keynam ,
  valnam=None ,
  data=None ,
  dattype=None )

WinRegistry.type / 2

#139 in tk/winpkg.rb

type ( keynam ,
  valnam )

WinRegistry.values / 2

#143 in tk/winpkg.rb

values ( keynam ,
  pattern=nil )

Instance Methods

WinRegistry#broadcast / 2

#110 in tk/winpkg.rb

broadcast ( keynam ,
  timeout=nil )