org.symbian.wrttools.doc.WRTKit/html/WRTKit_Separator_Class-GUID-b9a1bbb9-5858-4996-9c25-2ede2507f3a3.html
changeset 230 7848c135d915
parent 229 716254ccbcc0
child 231 611be8d22832
equal deleted inserted replaced
229:716254ccbcc0 230:7848c135d915
     1 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     2 <html lang="en" xml:lang="en">
       
     3 <head>
       
     4 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
       
     5 <meta name="copyright" content="(C) Copyright 2005" />
       
     6 <meta name="DC.rights.owner" content="(C) Copyright 2005" />
       
     7 <meta content="concept" name="DC.Type" />
       
     8 <meta name="DC.Title" content="WRTKit Separator Class" />
       
     9 <meta scheme="URI" name="DC.Relation" content="WRTKit_API_Reference-GUID-00e47c27-0a1a-443f-ae85-cf3381635170.html" />
       
    10 <meta content="XHTML" name="DC.Format" />
       
    11 <meta content="GUID-B9A1BBB9-5858-4996-9C25-2EDE2507F3A3" name="DC.Identifier" />
       
    12 <meta content="en" name="DC.Language" />
       
    13 <link href="commonltr.css" type="text/css" rel="stylesheet" />
       
    14 <title>
       
    15 WRTKit Separator Class</title>
       
    16 </head>
       
    17 <body id="GUID-B9A1BBB9-5858-4996-9C25-2EDE2507F3A3"><a name="GUID-B9A1BBB9-5858-4996-9C25-2EDE2507F3A3"><!-- --></a>
       
    18 
       
    19 
       
    20 
       
    21     <h1 class="topictitle1">
       
    22 WRTKit Separator Class</h1>
       
    23 
       
    24     <div>
       
    25 
       
    26         <div class="section"><h2 class="sectiontitle">
       
    27 Description</h2>
       
    28 
       
    29             
       
    30             <p>
       
    31 
       
    32                 The Separator class implements a simple control that can be used to visually
       
    33                 separate controls in a view.
       
    34             </p>
       
    35 
       
    36             <div class="fignone" id="GUID-B9A1BBB9-5858-4996-9C25-2EDE2507F3A3__GUID-4BB993C6-B953-419D-BCFD-13ABE5783561"><a name="GUID-B9A1BBB9-5858-4996-9C25-2EDE2507F3A3__GUID-4BB993C6-B953-419D-BCFD-13ABE5783561"><!-- --></a><span class="figcap">Figure 1. 
       
    37 Two separators in a view</span>
       
    38 
       
    39                 
       
    40                 <br /><img src="Travel_Companion_Settings_Screenshot_1.png" /><br />
       
    41             </div>
       
    42 
       
    43         </div>
       
    44 
       
    45         <div class="section"><h2 class="sectiontitle">
       
    46 Inherits from</h2>
       
    47 
       
    48             
       
    49             <p>
       
    50 
       
    51                 <a href="WRTKit_Control_Class-GUID-6ddb8154-3fed-40fc-b282-85e6d3ad494f.html">
       
    52 Control</a>
       
    53             </p>
       
    54 
       
    55         </div>
       
    56 
       
    57     </div>
       
    58 
       
    59     <div>
       
    60 <div class="familylinks">
       
    61 <div class="parentlink"><strong>Parent topic:</strong> <a href="WRTKit_API_Reference-GUID-00e47c27-0a1a-443f-ae85-cf3381635170.html">WRTKit API Reference</a></div>
       
    62 </div>
       
    63 </div>
       
    64 <div class="nested1" id="GUID-F614665F-C6F0-4AB6-B85C-01CFBA2AE3D8"><a name="GUID-F614665F-C6F0-4AB6-B85C-01CFBA2AE3D8"><!-- --></a>
       
    65 
       
    66         <h2 class="topictitle2">
       
    67 Constructor</h2>
       
    68 
       
    69         <div>
       
    70 
       
    71             <div class="section"><h3 class="sectiontitle">
       
    72 Syntax</h3>
       
    73 
       
    74                 
       
    75                 <pre>
       
    76 [Separator] new Separator(String id)</pre>
       
    77 
       
    78             </div>
       
    79 
       
    80             <div class="section"><h3 class="sectiontitle">
       
    81 Description</h3>
       
    82 
       
    83                 
       
    84                 <p>
       
    85 
       
    86                     Creates a new instance of the Separator class.
       
    87                 </p>
       
    88 
       
    89             </div>
       
    90 
       
    91             <div class="section"><h3 class="sectiontitle">
       
    92 Arguments</h3>
       
    93 
       
    94                 
       
    95                 <br /><ul>
       
    96 
       
    97                     <li>
       
    98 
       
    99                         <p>
       
   100 id</p>
       
   101 
       
   102                         
       
   103 
       
   104                             <p>
       
   105 
       
   106                                 Unique identifier for the control. Can be retrieved using the id property defined
       
   107                                 in the UIElement class that this control inherits from. Useful for example to
       
   108                                 identify the source of an event in event callback functions or to apply a CSS
       
   109                                 rule to only this particular control. The identifier can be null, in which case
       
   110                                 no id will be set for the control.
       
   111                             </p>
       
   112 
       
   113                         
       
   114                     </li>
       
   115 
       
   116                 </ul>
       
   117 
       
   118             </div>
       
   119 
       
   120             <div class="section"><h3 class="sectiontitle">
       
   121 Return value</h3>
       
   122 
       
   123                 
       
   124                 <p>
       
   125 
       
   126                     A new instance of the Separator class.
       
   127                 </p>
       
   128 
       
   129             </div>
       
   130 
       
   131         </div>
       
   132 
       
   133     </div>
       
   134 
       
   135 
       
   136 </body>
       
   137 </html>