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

From Lavish Software Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
WindowFrame none|thin|thick
  
== Description ==
+
== Forms ==
 +
*Windowframe none - removes the windows title bar and frame
 +
*Windowframe thin - gives the window a thin frame
 +
*Windowframe thick - gives the window a thick frame
  
 
== Examples ==
 
== Examples ==
 +
===Remove windowframe and title bar===
 +
*Windowframe none
 +
===Change windowframe to thick===
 +
*Windowframe thick
  
 
== 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:30, 19 October 2005

Syntax

WindowFrame none|thin|thick

Forms

  • Windowframe none - removes the windows title bar and frame
  • Windowframe thin - gives the window a thin frame
  • Windowframe thick - gives the window a thick frame

Examples

Remove windowframe and title bar

  • Windowframe none

Change windowframe to thick

  • Windowframe thick

See Also