Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: w32std.h

Enum TCornerType

TCornerType

Support

Supported from 5.0

Description

Window corner types.

Corners may be specified square or stepped, with varying numbers of pixels removed to make the stepping. Picturing a corner as the top left corner of a window, the numbers denote the number of pixels removed from the top row to give corners.

See also:

EWindowCornerSquare

Square corner.

EWindowCorner1

Corner pixel removed.

EWindowCorner2

Two pixel step. 3 pixels are removed — the corner pixel and a single pixel from each side.

EWindowCorner3

Three pixel step.5 pixels are removed — the corner pixel, the two pixels next to it and the 2 pixels above or below it.

EWindowCorner5

Five pixel step.12 pixels are removed — the corner pixel, the four pixels next to it, the four pixels above or below it, the pixel which was diagonal to the corner pixel, and the pixels to both sides of that pixel.

ECornerTypeMask

Corner type mask. This value is used by the window server, and may be used by developers, to separate TCornerType and TCornerFlags values from a TInt which contains both types.