| raiseWindow | R Documentation |
Raise this window to the top on the Cytoscape desktop, so that it can be seen.
raiseWindow(obj, window.title=NA)
obj |
a CytoscapeConnectionClass object, or its subclass, CytoscapeWindowClass. |
window.title |
a string. |
None.
Paul Shannon
resizeWindow
cw <- new.CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
raiseWindow (cw)