API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eiksbfrm.h>
Public Types |
|
enum | TTilingMode { EClientRectConstant, EInclusiveRectConstant } |
Determines whether the client rectangle or the inclusive rectangle remains constant. More... |
|
Public Member Functions |
|
IMPORT_C | TEikScrollBarFrameLayout () |
C++ default constructor. |
|
IMPORT_C void | SetInclusiveMargin (TInt aMargin) |
Sets all inclusive margins. |
|
IMPORT_C void | SetClientMargin (TInt aMargin) |
Sets all client margins. |
|
Data Fields |
|
TMargins | iInclusiveMargin |
The inclusive margin (in twips or pixels). |
|
TMargins | iClientMargin |
The amount of screen movement performed when the nudge button is pressed. |
|
TSize | iClientAreaGranularity |
The amount of screen movement performed when the nudge button is pressed. |
|
TTilingMode | iTilingMode |
Determines whether the client rectangle, or the inclusive rectangle, remains constant. |
|
Determines whether the client rectangle or the inclusive rectangle remains constant. |
|
C++ default constructor. |
|
Sets all client margins. These surround the client rectangle which is the client area viewport onto the larger canvas to be scrolled.
|
|
Sets all inclusive margins.
|
|
The amount of screen movement performed when the nudge button is pressed. |
|
The amount of screen movement performed when the nudge button is pressed. |
|
The inclusive margin (in twips or pixels). |
|
Determines whether the client rectangle, or the inclusive rectangle, remains constant. |