Difference between revisions of "ISKernel:WindowVisibility (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
WindowVisibility [-noactivate] foreground|alwaysontop|down|bottom|minimize
 
WindowVisibility [-noactivate] foreground|alwaysontop|down|bottom|minimize
  
== Description ==
+
== Forms ==
 +
*WindowVisibility foreground - brings window to the foreground
 +
*WindowVisibility alwaysontop - changes window to 'always on top' status
 +
*WindowVisibility down - moves session window back in the windows order (Session A was opened most recently, then B, then C, using this command on session C would change the order from ABC to ACB)
 +
*WindowVisibility bottom - moves session window to the bottom of the order
 +
*WindowVisibility minimize - minimizes session window
 +
<small>Tip: the -noactivate option prevents the session given the command from being given priority. Useful for giving command from one session to another</small>
  
 
== Examples ==
 
== Examples ==
 +
===Change window to always on top===
 +
*WindowVisibility alwaysontop
 +
===Minimize session window===
 +
*WindowVisibility minimize
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Kernel]]
 +
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:29, 19 October 2005

Syntax

WindowVisibility [-noactivate] foreground|alwaysontop|down|bottom|minimize

Forms

  • WindowVisibility foreground - brings window to the foreground
  • WindowVisibility alwaysontop - changes window to 'always on top' status
  • WindowVisibility down - moves session window back in the windows order (Session A was opened most recently, then B, then C, using this command on session C would change the order from ABC to ACB)
  • WindowVisibility bottom - moves session window to the bottom of the order
  • WindowVisibility minimize - minimizes session window

Tip: the -noactivate option prevents the session given the command from being given priority. Useful for giving command from one session to another

Examples

Change window to always on top

  • WindowVisibility alwaysontop

Minimize session window

  • WindowVisibility minimize

See Also