1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>Window</title> 8 </head> 9 <body> 10 <h1>nw::lyt::Window::Window Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14Window( 15 <span>u8</span> contentTexNum, 16 <span>u8</span> cornerLTTexNum, 17 <span>u8</span> cornerRTTexNum, 18 <span>u8</span> cornerRBTexNum, 19 <span>u8</span> cornerLBTexNum, 20 <span>u8</span> frameLTexNum, 21 <span>u8</span> frameTTexNum, 22 <span>u8</span> frameRTexNum, 23 <span>u8</span> frameBTexNum 24); 25</pre> 26 </div> 27 <h2>Arguments</h2> 28 <div class="section"> 29 <table class="arguments"> 30 <thead> 31 <tr> 32 <td width="15" /> 33 <th>Name</th> 34 <td>Description</td> 35 </tr> 36 </thead> 37 <tr> 38 <td /> 39 <th>contentTexNum</th> 40 <td>Maximum number of textures to be used within the content region.</td> 41 </tr> 42 <tr> 43 <td /> 44 <th>cornerLTTexNum</th> 45 <td>The maximum number of textures to be used by the frame in the upper left corner.</td> 46 </tr> 47 <tr> 48 <td /> 49 <th>cornerRTTexNum</th> 50 <td>The maximum number of textures to be used by the frame in the upper right corner.</td> 51 </tr> 52 <tr> 53 <td /> 54 <th>cornerRBTexNum</th> 55 <td>The maximum number of textures to be used by the frame in the lower right corner.</td> 56 </tr> 57 <tr> 58 <td /> 59 <th>cornerLBTexNum</th> 60 <td>The maximum number of textures to be used by the frame in the lower left corner.</td> 61 </tr> 62 <tr> 63 <td /> 64 <th>frameLTexNum</th> 65 <td>The maximum number of textures to be used by the frame on the left side.</td> 66 </tr> 67 <tr> 68 <td /> 69 <th>frameTTexNum</th> 70 <td>The maximum number of textures to be used by the frame on the top side.</td> 71 </tr> 72 <tr> 73 <td /> 74 <th>frameRTexNum</th> 75 <td>The maximum number of textures to be used by the frame on the right side.</td> 76 </tr> 77 <tr> 78 <td /> 79 <th>frameBTexNum</th> 80 <td>The maximum number of textures to be used by the frame on the bottom side.</td> 81 </tr> </table> 82 </div> 83 <h2>Description</h2> 84 <div class="section"> 85 <p>Constructor.</p><p>This constructor allocates memory for the number of textures specified for the content region and frame (four corners and four sides), and generates an object.</p></div> 86 <h2>Revision History</h2> 87 <div class="section"> 88 <dl class="history"> 89 <dt>2009/09/18</dt> 90 <dd>Initial version.<br /> 91 </dd> 92 </dl> 93 </div> 94 <hr><p>CONFIDENTIAL</p></body> 95</html>