API published in: S60 1st Ed
Link against: eikdlg.lib eikcoctl.lib
Required Capabilities
None
#include <eikctgrp.h>
Public Types |
|
enum | TControlFlags { ESetLength = 0x01, EAllowStretch = 0x02 } |
Public Member Functions |
|
TEikGroupControl () | |
Constructor. |
|
TEikGroupControl (CCoeControl *aControl, TInt aId, TInt aLength, TInt aFlags) | |
Constructor. |
|
TBool | IsLengthSet () const |
IsLengthSet() whether length has been set. |
|
TInt | Length () const |
Length() returns value of the length. |
|
TBool | IsStretchable () const |
IsStretchable() whether controlgroup is stretchable. |
|
void | SetLength (TInt aLength) |
SetLength() sets the length. |
|
void | SetStretchable () |
SetStretchable() sets to be stretchable. |
|
Data Fields |
|
CCoeControl * | iControl |
TInt | iId |
TInt | iLongId |
|
|
Constructor. |
|
Constructor. |
|
IsLengthSet() whether length has been set. |
|
IsStretchable() whether controlgroup is stretchable. |
|
Length() returns value of the length. |
|
SetLength() sets the length. |
|
SetStretchable() sets to be stretchable. |
|
|
|