Module: WinDDE (Tk)

Overview
Module Structure
Constants
WinDDE::TkCommandNames
WinDDE::PACKAGE_NAME
Module Functions
WinDDE.servername / 1
WinDDE.execute / 3
WinDDE.async_execute / 3
WinDDE.poke / 4
WinDDE.request / 3
WinDDE.services / 2
WinDDE.eval / 3
Module Methods
WinDDE.package_name
Instance Methods
WinDDE#binary_request / 3
WinDDE#async_eval / 3
is a submodule of
module: Tk   
extends
  Tk   
  WinDDE ( Tk )
is extended by
module: WinDDE ( Tk )
has properties
constant: TkCommandNames   
constant: PACKAGE_NAME   
module method: package_name   
function: servername / 1   
function: execute / 3   
function: async_execute / 3   
function: poke / 4   
function: request / 3   
method: binary_request / 3   
function: services / 2   
function: eval / 3   
method: async_eval / 3   
is defined at
#10, #15 in tk/winpkg.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Tk
module: WinDDE     

Constants

WinDDE::TkCommandNames

#19 in tk/winpkg.rb

TkCommandNames = ['dde'.freeze].freeze   

WinDDE::PACKAGE_NAME

#21 in tk/winpkg.rb

PACKAGE_NAME = 'dde'.freeze   

Module Functions

WinDDE.servername / 1

#35 in tk/winpkg.rb

servername ( *args )

WinDDE.execute / 3

#57 in tk/winpkg.rb

execute ( service ,
  topic ,
  data )

WinDDE.async_execute / 3

#61 in tk/winpkg.rb

async_execute ( service ,
  topic ,
  data )

WinDDE.poke / 4

#65 in tk/winpkg.rb

poke ( service ,
  topic ,
  item ,
  data )

WinDDE.request / 3

#69 in tk/winpkg.rb

request ( service ,
  topic ,
  item )

WinDDE.services / 2

#77 in tk/winpkg.rb

services ( service ,
  topic )

WinDDE.eval / 3

#81 in tk/winpkg.rb

eval ( topic ,
  cmd ,
  *args )

Module Methods

WinDDE.package_name

#22 in tk/winpkg.rb

package_name

Instance Methods

WinDDE#binary_request / 3

#73 in tk/winpkg.rb

binary_request ( service ,
  topic ,
  item )

WinDDE#async_eval / 3

#85 in tk/winpkg.rb

async_eval ( topic ,
  cmd ,
  *args )