User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - Control - CListCellC
 

  PUBLIC
CListCellC::CListCellC(void)
CListCellC::CListCellC(const StringC &)
CListCellC::CListCellC(const PixmapC &)

   CListCellC   
 
Cell info.
 
include "Ravl/GUI/CList.hh"
Created:13/12/2000 
User Level:Advanced
Library:RavlGUI
Example:exCList.cc
In Scope:RavlGUIN

Variables:
StringC text;
Text to display.

bool useFgCol;

GdkColor fgCol;
Text colour

bool useBgCol;

GdkColor fbCol;
Background colour.

PixmapC pixmap;
Can be invalid.

Methods:
CListCellC()
Default constructor.

CListCellC(const StringC & ntext)
Create a text cell.

CListCellC(const PixmapC & npixmap)
Create a cell with a pixmap.


Maintainer:Charles Galambos, Created: 13/12/2000, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002