raiseWindowR Documentation

raiseWindow

Description

Raise this window to the top on the Cytoscape desktop, so that it can be seen.

Usage

raiseWindow(obj, window.title=NA)

Arguments

obj a CytoscapeConnectionClass object, or its subclass, CytoscapeWindowClass.
window.title a string.

Value

None.

Author(s)

Paul Shannon

See Also

resizeWindow

Examples

  cw <- new.CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
  raiseWindow (cw)