API published in: S60 1st Ed
Link against: eikcoctl.lib avkon.lib
Required Capabilities
None
#include <eikbtgps.h>
CEikButtonGroupStack maintains 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.
Static Public Member Functions |
|
static IMPORT_C TSize | MinimumSize () |
Gets the minimum size required to display all the visible button groups on the button group stack. |
|
static CEikButtonGroupContainer * | Current () |
Gets the button group currently displayed. |
|
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. |
|
Adds a button group to the button group stack.
|
|
Gets the button group currently displayed.
|
|
Gets the minimum size required to display all the visible button groups on the button group stack.
|
|
Removes the specified button group from the button group stack.
|