Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

BtGuiScrollHList Class Reference

Tix-based scrollable list widget. More...

#include <BtGuiScrollHList.h>

Inheritance diagram for BtGuiScrollHList::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiScrollHList (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiScrollHList (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiScrollHList ()
virtual bool create ()

Detailed Description

Tix-based scrollable list widget.

NAME: BtGuiScrollHList - Tix-based scrollable list widget

DESCRIPTION:

C++ interface to a scrollable list widget in Tix, for use in GUI building.


Constructor & Destructor Documentation

BtGuiScrollHList::BtGuiScrollHList ( const BtGuiTkInterpreter & interf,
const String & name = "" )
 

See documentation for the base class, "BtGuiWidget".

BtGuiScrollHList::BtGuiScrollHList ( const BtGuiTkInterpreter & interf,
const BtGuiWidget & parent,
const String & name = "" )
 

See documentation of one of the overloaded constructor.

BtGuiScrollHList::~BtGuiScrollHList ( )
 


Member Function Documentation

bool BtGuiScrollHList::create ( ) [virtual]
 

Create the widget and feed it to the Tix interpreter. Returns true if the creation was successful, otherwise it returns false.

Reimplemented from BtGuiWidget.


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.