Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32cons.h>
Link against: econs.lib

Enum TTextAttribute

TTextAttribute

Description

Defines a set of text attributes used for consoles that support colour.

See also:

ETextAttributeNormal

Defines the normal text attribute.

ETextAttributeBold

Defines the bold text attribute.

ETextAttributeInverse

Defines the inverse text attribute.

ETextAttributeHighlight

Defines the highlight text attribute.

[Top]


NewConsole()

IMPORT_C TAny* NewConsole();

Description

Return value

TAnyTAny *


e32cons.h Global variables

[Top]


KDefaultConsWidth

const TInt KDefaultConsWidth=78;

Description

Defines a default console width that can be used when creating a console.

See also:

[Top]


KDefaultConsHeight

const TInt KDefaultConsHeight=18;

Description

Defines a default console height that can be used when creating a console.

See also:

[Top]


KConsFullScreen

const TInt KConsFullScreen=-1;

Description

Implies a full size screen console when passed as the width and height values when creating a console.

See also: