diff -r 42e9659b68d1 -r 41890dfa56f5 org.symbian.wrttools.doc.WRTKit/html/WRTKit_Separator_Class-GUID-b9a1bbb9-5858-4996-9c25-2ede2507f3a3.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.wrttools.doc.WRTKit/html/WRTKit_Separator_Class-GUID-b9a1bbb9-5858-4996-9c25-2ede2507f3a3.html Thu Mar 04 15:42:37 2010 -0800 @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + +WRTKit Separator Class + + + + + +

+WRTKit Separator Class

+ +
+ +

+Description

+ + +

+ + The Separator class implements a simple control that can be used to visually + separate controls in a view. +

+ +
Figure 1. +Two separators in a view + + +

+
+ +
+ +

+Inherits from

+ + +

+ + +Control +

+ +
+ +
+ +
+ +
+
+ +

+Constructor

+ +
+ +

+Syntax

+ + +
+[Separator] new Separator(String id)
+ +
+ +

+Description

+ + +

+ + Creates a new instance of the Separator class. +

+ +
+ +

+Arguments

+ + +
    + +
  • + +

    +id

    + + + +

    + + Unique identifier for the control. Can be retrieved using the id property defined + in the UIElement class that this control inherits from. Useful for example to + identify the source of an event in event callback functions or to apply a CSS + rule to only this particular control. The identifier can be null, in which case + no id will be set for the control. +

    + + +
  • + +
+ +
+ +

+Return value

+ + +

+ + A new instance of the Separator class. +

+ +
+ +
+ +
+ + + + \ No newline at end of file