Contents |
Title pane is a control shown on the Status pane. It is used for displaying some text or an image associated with the foreground application or the current view of the foreground application.
API category | public |
API type | c++ |
Existed since | Legacy S60 0.9 |
API libraries | avkon.lib |
Location | /sf/mw/classicui/classicui_pub/title_pane_api
|
Buildfiles | /sf/mw/classicui/classicui_pub/title_pane_api/group/bld.inf
|
CAknTitlePane
is a Framework API. Users retrieve it
from the Status pane and set text or image to it. The number of text rows
shown on the Title pane can be configured.
This API is fully supported in the WINS/WINSCW emulator environment.
This API is an SDK API and was first published in S60 release 1.0. This document is valid from S60 release 5.0 onwards.
This API is valid for all product platforms.
Classes | Files |
---|---|
|
/epoc32/include/mw/akntitle.h
The following class diagram shows its class structure.
The Title pane can be used to show some text.
The Title pane can be used to show some image.
Title pane is only used as a pane on the Status pane. It cannot be used as a common control. The following code shows how to retrieve it from the Status pane.
CAknTitlePane* title = static_cast<CAknTitlePane> (StatusPane()->ControlL(TUid::Uid(EEikStatusPaneUidTitle)));