diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-66EFFCF5-581A-4EE7-B784-8087A1081B6D.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-66EFFCF5-581A-4EE7-B784-8087A1081B6D.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,37 @@ + + + + Title +pane +

The Title pane displays a context-dependent application +title or state name.

+ +Title pane + + + +
Using the title pane +in C++ applications

The API to use for the title pane component +is the Title +pane API. For observing title pane touch events, use the Title +Pane Touch Observer API.

To use a title pane in your application, +create an instance of the class CAknTitlePane.

Use the method SetTextL() in the class CAknTitlePane to set the title pane text and display it. To set the text to scroll +if it does not fit the title pane text area, set the flag aScroll to ETrue. +To set the text to the default (name of the application), use the method SetTextToDefault().

Use the method SetPicture() to display a picture in the title pane. +To set the icon from a file, use the method SetPictureFromFileL(). Alternatively, to set a small +icon to be displyed together with text, use the method SetSmallPicture().

To set the title pane contents +from a resource file, use the method SetFromResourceL().

+
\ No newline at end of file