API published in: S60 1st Ed
Link against: eikcoctl.lib avkon.lib
Required Capabilities
None
#include <eikbgfty.h>
Public Member Functions |
|
IMPORT_C | TCreationData (CEikButtonGroupContainer::TUse aUse, MEikCommandObserver *aCommandObserver, TInt aResourceId, RWindowGroup *aParentWg, TUint aFlags, CEikButtonGroupContainer::TOrientation aOrientation) |
Constructor taking arguments required to create a button group. |
|
Data Fields |
|
CEikButtonGroupContainer::TUse | iUse |
Container use type. |
|
MEikCommandObserver * | iCommandObserver |
The command observer to be notified of commands on the container. |
|
TInt | iResourceId |
A resource containing descriptions of buttons in the group. |
|
RWindowGroup * | iParentWg |
Parent window group. |
|
TUint | iFlags |
Flags for the button group. |
|
CEikButtonGroupContainer::TOrientation | iOrientation |
Orientation of the new button group. |
|
Constructor taking arguments required to create a button group.
|
|
The command observer to be notified of commands on the container. Not owned. |
|
Flags for the button group. |
|
Orientation of the new button group. |
|
Parent window group. Not owned. |
|
A resource containing descriptions of buttons in the group. |
|
Container use type. This member is used to specify to the system the general type of the button group that is required. The system then creates the appropriate button group for the specified type. |