set_callback_internal

set_callback_internal(proc_entry, addr_entry, argc, ty, abi = nil, &cbp) Instance Public methods

inspect

WIN32OLE_METHOD#inspect â String Instance Public methods Returns the method name with class name.

blt_table_itemconfiginfo

blt_table_itemconfiginfo(*args) Instance Public methods

verify_default_timezone_config

verify_default_timezone_config() Instance Public methods

current_marquee_configinfo

current_marquee_configinfo(slot=nil) Instance Public methods

finish

finish() Instance Public methods Finishes a POP3 session and closes TCP connection.

env

env() Instance Public methods

fetch

gdbm.fetch(key [, default]) â value Instance Public methods Retrieves the value corresponding to key. If there is no value associated with key, default will be returned instead.

copy

copy(src, *opts) Instance Public methods Copies a region from the image called source to the image called destination, possibly with pixel zooming and/or subsampling. If no options are specified, this method copies the whole of source into destination, starting at coordinates (0,0) in destination. The following options may be specified: :from [x1, y1, x2, y2] Specifies a rectangular sub-region of the source image to be copied. (x1,y1) and (x2,y2) specify diagonally opposite corner

new 2

new(address, port = nil) Class Public methods Creates a new Net::HTTP object for the specified server address, without opening the TCP connection or initializing the HTTP session. The address should be a DNS hostname or IP address.