API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <aknscbut.h>
#include <lafpublc.h>
#include <eikbctrl.h>
#include <eiksbobs.h>
Go to the source code of this file.
Data Structures |
|
class | TEikScrollBarModel |
Scroll bar models encapsulate the range of integers which a scroll bar can represent, from zero to n, and the current position
of the scroll bar thumb within that range. More... |
|
class | TAknDoubleSpanScrollBarModel |
class | CEikScrollBar |
The CEikScrollBar class implements a scroll bar. More... |
|
struct | CEikScrollBar::SEikScrollBarButtons |
Encapsulates pointers to the scroll bar buttons. More... |
|
class | CEikArrowHeadScrollBar |
The CEikArrowHeadScrollBar class is a scroll bar which uses only two small nudge button arrows to scroll up and down. More... |
|
class | CAknDoubleSpanScrollBar |
The CAknDoubleSpanScrollBar class is a scroll bar without buttons, but it has a shaft. More... |
|
Defines |
|
#define | __EIKSCRLB_H__ |
Variables |
|
const TInt | KEikScrollEventFromVBar = 0 |
const TInt | KEikScrollEventFromHBar = 0x01 |
const TInt | KEikScrollEventBarMask = 0x01 |
const TInt | KButtonPositionMask = KLafScrollBarButtonPositionMask |
const TInt | KDisplayComponentsMask = 0x1f |
|
|
|
|
|
|