Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GULDEF.H>

KRgbDitheredLightGray

KRgbDitheredLightGray TRgb(204,204,204)

Description

Symbian light grey.

[Top]


KRgb1in4DitheredGray

KRgb1in4DitheredGray TRgb(238,238,238)

Description

Symbian dithered grey.

[Top]


KRgbSymbianGreen

KRgbSymbianGreen TRgb(0,153,153)

Description

Symbian green.

[Top]


KRgbSymbianGreenLight

KRgbSymbianGreenLight TRgb(0,183,183)

Description

Symbian light green.

[Top]


KRgbSymbianBlue

KRgbSymbianBlue TRgb(0,102,153)

Description

Symbian blue.

[Top]


KRgbSymbianBlueDark

KRgbSymbianBlueDark TRgb(0,72,123)

Description

Symbian dark blue.

[Top]


KRgbSymbianOrange

KRgbSymbianOrange TRgb(255,218,155)

Description

Symbian orange.

[Top]


Enum TGulAdjacent

TGulAdjacent

Description

The sides on which borders can be adjacent.

EGulAdjNone

Indicates that rectangle borders are not adjacent.

EGulAdjTop

Adjacent at the top.

EGulAdjBottom

Adjacent at the bottom.

EGulAdjLeft

Adjacent at the left.

EGulAdjRight

Adjacent at the right.