SLafScrollBar Struct Reference

API published in: S60 1st Ed


#include <lafpublc.h>

Public Types

enum   TEikScrollBarFlags {
  EEikScrollBarDefaultBehaviour = 0x0000, EEikScrollBarNoNudgeButtons = 0x0001, EEikScrollBarHasPageButtons = 0x0002, EEikScrollBarHasHomeEndButtons = 0x0004,
  EEikScrollBarNoShaftOrThumb = 0x0008, EEikScrollBarShaftButNoThumb = 0x0010, EButtonsAtStartOfShaft = 0x0040, EButtonsAtEndOfShaft = 0x0080,
  EButtonsEitherSideOfShaft = EButtonsAtStartOfShaft|EButtonsAtEndOfShaft, ENoAutoDimming = 0x0100
}
  Scroll bar initialisation flags. More...
enum   TOrientation { EVertical, EHorizontal }
  Scroll bar orientation enumerations. More...

Member Enumeration Documentation

enum SLafScrollBar::TEikScrollBarFlags
 

Scroll bar initialisation flags.

The default is for the scroll bar to have both a shaft and a thumb.

Enumerator:
EEikScrollBarDefaultBehaviour  Default.
EEikScrollBarNoNudgeButtons  Does not display nudge buttons.
EEikScrollBarHasPageButtons  Has buttons which move it a page at a time.
EEikScrollBarHasHomeEndButtons  Has buttons which move it its entire extent.
EEikScrollBarNoShaftOrThumb  Central area is empty.
EEikScrollBarShaftButNoThumb  Central area has no scroll thumb.
EButtonsAtStartOfShaft  Buttons are placed at the start of the bar.
EButtonsAtEndOfShaft  Buttons are placed at the end of the bar.
EButtonsEitherSideOfShaft  Buttons are placed at either end of the bar (EButtonsAtStartOfShaft | EButtonsAtEndOfShaft).
ENoAutoDimming  Buttons do not automatically dim when scroll bar is at its maximum extent.
enum SLafScrollBar::TOrientation
 

Scroll bar orientation enumerations.

Enumerator:
EVertical  Scroll bar is oriented vertically.
EHorizontal  Scroll bar is oriented horizontally.

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

Copyright © Nokia Corporation 2001-2008
Back to top