SLafButtonGroupContainer Struct Reference

API published in: S60 1st Ed


#include <lafpublc.h>

Detailed Description

Look of button group container.

Public Types

enum   TUse {
  EView, EDialog, EToolbar, ECba,
  EDialogButtons
}
  The controls where the button group container is used. More...
enum   TOrientation { EVertical, EHorizontal }
  Orientation of the button group container. More...
enum   TLocation { EInternal, EExternal }

Member Enumeration Documentation

enum SLafButtonGroupContainer::TLocation
 
Enumerator:
EInternal  Button group container used internally for example in dialog buttons.
EExternal  Button group container used externally for example in toolbar or CBA (Command Button Area).
enum SLafButtonGroupContainer::TOrientation
 

Orientation of the button group container.

Enumerator:
EVertical  Vertical orientation.
EHorizontal  Horizontal orientation.
enum SLafButtonGroupContainer::TUse
 

The controls where the button group container is used.

Enumerator:
EView  View.
EDialog  Dialog.
EToolbar  Toolbar.
ECba  Command button area.
EDialogButtons  Dialog buttons.

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top