class TEikScrollBarFrameLayout |
Enables setting of the frame layout for a scroll bar.
Public Member Functions | |
---|---|
TEikScrollBarFrameLayout() | |
IMPORT_C void | SetClientMargin(TInt) |
IMPORT_C void | SetInclusiveMargin(TInt) |
Public Member Enumerations | |
---|---|
enum | TTilingMode { EClientRectConstant, EInclusiveRectConstant } |
Public Attributes | |
---|---|
TSize | iClientAreaGranularity |
TMargins | iClientMargin |
TMargins | iInclusiveMargin |
TTilingMode | iTilingMode |
IMPORT_C void | SetClientMargin | ( | TInt | aMargin | ) |
Sets all client margins. These surround the client rectangle which is the client area viewport onto the larger canvas to be scrolled.
TInt aMargin | The value to use for all client margins. |
IMPORT_C void | SetInclusiveMargin | ( | TInt | aMargin | ) |
Sets all inclusive margins.
TInt aMargin | The value to use for all inclusive margins. |
Determines whether the client rectangle or the inclusive rectangle remains constant.
EClientRectConstant |
The client rectangle remains constant. |
EInclusiveRectConstant |
The inclusive rectangle remains constant. |
TSize | iClientAreaGranularity |
The amount of screen movement performed when the nudge button is pressed.
TMargins | iClientMargin |
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.