CEikScrollBar::SEikScrollBarButtons Struct Reference

API published in: S60 1st Ed


#include <eikscrlb.h>

Detailed Description

Encapsulates pointers to the scroll bar buttons.

A maximum of three pairs of buttons are available, you may choose to use only one pair or two pairs.


Data Fields

CAknScrollButton iDecreaseNudge
  Pointer to the decrease nudge button.
CAknScrollButton iIncreaseNudge
  Pointer to the increase nudge button.

Field Documentation

CAknScrollButton* CEikScrollBar::SEikScrollBarButtons::iDecreaseNudge
 

Pointer to the decrease nudge button.

CAknScrollButton* CEikScrollBar::SEikScrollBarButtons::iIncreaseNudge
 

Pointer to the increase nudge button.


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

Copyright © Nokia Corporation 2001-2008
Back to top