S60 3rd Edition API Reference: brctllayoutobserver.h File Reference

brctllayoutobserver.h File Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib


#include <e32std.h>
#include <e32base.h>

Go to the source code of this file.


Data Structures

class  MBrCtlLayoutObserver
 The MBrCtlLayoutObserver class receives scrolling events when the host application draws the scrollbar. More...

Enumerations

enum  TBrCtlLayout { EOriginTopLeft, EOriginTopRight }
 Defines whether a page is to be read from left-to-right or from right-to-left. More...
enum  TBrCtlTabDirection { ETabLeft, ETabRight, ETabUp, ETabDown }

Enumeration Type Documentation

enum TBrCtlLayout
 

Defines whether a page is to be read from left-to-right or from right-to-left.

Enumerator:
EOriginTopLeft  Page is to be read from left-to-right.
EOriginTopRight  Page is to be read from right-to-left.
enum TBrCtlTabDirection
 
Enumerator:
ETabLeft 
ETabRight 
ETabUp 
ETabDown 

Copyright © Nokia Corporation 2001-2007
Back to top