TListFontBoundValues Class Reference

Link against: avkon.lib eikcoctl.lib eikctl.lib

Capability Information

Required Capabilities

None


#include <
EIKLBD.H>

Detailed Description

The data container class TListFontBoundValues class holds size properties of the fonts used in list boxes.
Since:
ER5U

Public Member Functions

IMPORT_C TListFontBoundValues ()
 Default C++ constructor.

Data Fields

TInt iMaxNormalCharWidthInPixels
 The maximum permitted width of list box characters in pixels.
TInt iHeightInPixels
 The list box height in pixels.

Constructor & Destructor Documentation

IMPORT_C TListFontBoundValues::TListFontBoundValues  ) 
 

Default C++ constructor.


Field Documentation

TInt TListFontBoundValues::iHeightInPixels
 

The list box height in pixels.

TInt TListFontBoundValues::iMaxNormalCharWidthInPixels
 

The maximum permitted width of list box characters in pixels.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top