CListBox Class Reference

The CListBox component presents the user with a scrolling list of text items. More...

#include <CListBox.h>

Inheritance diagram for CListBox:
CComponent

List of all members.

Public Member Functions

 CListBox ()
 Constructs empty ListBox
virtual void Paint (CGraphics *g)
 Paints the component.

Detailed Description

The CListBox component presents the user with a scrolling list of text items.

The list can be set up so that the user can choose either one item or multiple items.

Returns:

Constructor & Destructor Documentation

CListBox::CListBox (  ) 

Constructs empty ListBox

Returns:

Member Function Documentation

void CListBox::Paint ( CGraphics g  )  [virtual]

Paints the component.

This forwards the paint to any components that are children of this component. If this method is reimplemented, Paint(g) of base class should be called so components are properly rendered.

Parameters:
g - the specified Graphics context
See also:
Redraw

Reimplemented from CComponent.


The documentation for this class was generated from the following files:
Generated on Tue Jun 29 18:34:06 2010 for guilib by  doxygen 1.6.3