Location:
eikbtgps.h
Link against: eikcoctl.lib
CEikButtonGroupStack
Supported from 6.0
A list of all button groups currently available within a thread.
Only button groups that are expected to be available to other controls will register here.
|
Defined in CEikButtonGroupStack
:
AddL()
, Current()
, MinimumSize()
, Remove()
Inherited from CBase
:
operator new()
Inherited from CCoeStatic
:
EApp
,
EThread
,
TScope
static void AddL(CEikButtonGroupContainer& aGroup);
Adds a button group to the button group stack.
|
static void Remove(CEikButtonGroupContainer& aGroup);
Removes the specified button group from the button group stack.
|
static CEikButtonGroupContainer* Current();
Gets the button group currently displayed.
|
static TSize MinimumSize();
Supported from 6.1
Gets the minimum size required to display all the visible button groups on the button group stack.
|