Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 1111

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Constants' Group WindowAttribute</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">awt</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group WindowAttribute</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>These values are used to specify the decorations of a window.

 </dd>
<dd><p><b>IMPORTANT:</b> These constands have to be disjunct with
 constants in <a href="VclWindowPeerAttribute.html">VclWindowPeerAttribute</a>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SHOW">SHOW</a></td>
<td class="imsum_right">specifies that the window is initially visible.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FULLSIZE">FULLSIZE</a></td>
<td class="imsum_right">specifies that the window fills the complete desktop area. 
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#OPTIMUMSIZE">OPTIMUMSIZE</a></td>
<td class="imsum_right">specifies that the window is optimum size. 
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MINSIZE">MINSIZE</a></td>
<td class="imsum_right">specifies that the window is minimum size. 
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#BORDER">BORDER</a></td>
<td class="imsum_right">specifies that the window has visible borders. 
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SIZEABLE">SIZEABLE</a></td>
<td class="imsum_right">specifies that the size of the window can be changed by the user. 

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MOVEABLE">MOVEABLE</a></td>
<td class="imsum_right">specifies that the window can be moved by the user. 

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CLOSEABLE">CLOSEABLE</a></td>
<td class="imsum_right">specifies that the window can be closed by the user. 

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SYSTEMDEPENDENT">SYSTEMDEPENDENT</a></td>
<td class="imsum_right"><b>[ DEPRECATED ]<br>
</b>specifies that the window should support the 
 <a href="XSystemDependentWindowPeer.html">XSystemDependentWindowPeer</a>
 interface. 
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NODECORATION">NODECORATION</a></td>
<td class="imsum_right">specifies that the window should have no decoration. 
 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="SHOW" class="membertitle">SHOW</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>SHOW</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window is initially visible.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FULLSIZE" class="membertitle">FULLSIZE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>FULLSIZE</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window fills the complete desktop area. 
 
 </dd>
<dd><p>This applies only to top windows.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="OPTIMUMSIZE" class="membertitle">OPTIMUMSIZE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>OPTIMUMSIZE</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window is optimum size. 
 
 </dd>
<dd><p>This applies only to top windows.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MINSIZE" class="membertitle">MINSIZE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>MINSIZE</b> = 8;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window is minimum size. 
 
 </dd>
<dd><p>This applies only to top windows.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BORDER" class="membertitle">BORDER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>BORDER</b> = 16;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window has visible borders. 
 
 </dd>
<dd><p>This applies only to top windows.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SIZEABLE" class="membertitle">SIZEABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>SIZEABLE</b> = 32;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the size of the window can be changed by the user. 

 </dd>
<dd><p>This applies only to top windows.</p> 
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MOVEABLE" class="membertitle">MOVEABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>MOVEABLE</b> = 64;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window can be moved by the user. 

 </dd>
<dd><p>This applies only to top windows.</p> 
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CLOSEABLE" class="membertitle">CLOSEABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>CLOSEABLE</b> = 128;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window can be closed by the user. 

 </dd>
<dd><p>This applies only to top windows.</p> 
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SYSTEMDEPENDENT" class="membertitle">SYSTEMDEPENDENT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>SYSTEMDEPENDENT</b> = 256;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>deprecated</i></dd>
<dt><b>Deprecation Info</b></dt>
<dd>conflicts with <a href="VclWindowPeerAttribute.html">VclWindowPeerAttribute</a>::<a href="VclWindowPeerAttribute.html#HSCROLL">HSCROLL</a>
 </dd>
<dt><b>Description</b></dt>
<dd>specifies that the window should support the 
 <a href="XSystemDependentWindowPeer.html">XSystemDependentWindowPeer</a>
 interface. 
 
 </dd>
<dd><p>This flag may be ignored, but in this case no system-dependent 
 extension works.</p>
 
 </dd>
<dt><b>See also</b></dt>
<dd><a href="XSystemDependentWindowPeer.html">XSystemDependentWindowPeer</a>, ::com::sun::star::<a href="../lang/module-ix.html">lang</a>::<a href="../lang/SystemDependent.html">SystemDependent</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="NODECORATION" class="membertitle">NODECORATION</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>NODECORATION</b> = 512;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the window should have no decoration. 
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>