appendChild

appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]

index

index(column_name, options = {}) Instance Public methods Adds a new index to the table. column_name can be a single Symbol, or an Array of Symbols. See ActiveRecord::ConnectionAdapters::SchemaStatements#add_index Creating a simple index t.index(:name) Creating a unique index t.index([:branch_id, :party_id], unique: true) Creating a named index t.index([:branch_id, :party_id], unique: true, name: 'by_branch_party')

implementation

implementation() Instance Public methods IXMLDOMImplementation implementation info on this DOM implementation

tag_raise

tag_raise(tag, above=None) Instance Public methods def tag_cget(tag, key) case key.to_s when 'text', 'label', 'show', 'data', 'file' tk_call_without_enc(@path, 'tag', 'cget', _get_eval_enc_str(tag), "-#{key}") when 'font', 'kanjifont' #fnt = tk_tcl2ruby(tk_send('tag', 'cget', tag, "-#{key}")) fnt = tk_tcl2ruby(_fromUTF8(tk_send_without_enc('tag','cget',_get_eval_enc_str(tag),'-font'))) unless fnt.kind_of?(TkFont) fnt = tagfontobj(tag, fnt) end

get_crls

get_crls(name = nil) Instance Public methods

set_transparency

set_transparency(x, y, state) Instance Public methods Makes the pixel at (x,y) transparent if state is true, and makes that pixel opaque otherwise.

[]=

gdbm[key]= value â value Instance Public methods Associates the value value with the specified key.

new

Addrinfo.new(sockaddr) => addrinfoAddrinfo.new(sockaddr, family) => addrinfoAddrinfo.new(sockaddr, family, socktype) => addrinfoAddrinfo.new(sockaddr, family, socktype, protocol) => addrinfo Class Public methods returns a new instance of Addrinfo. The instance contains sockaddr, family, socktype, protocol. sockaddr means struct sockaddr which can be used for connect(2), etc. family, socktype and protocol are int

new

new(data, keys={}) Class Public methods Also aliased as: _new, define

thread_tkwait

thread_tkwait() Instance Public methods