Diffpack Documentation


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

BtGuiScrolledGrid Class Reference

Tix-based scrollable table widget. More...

#include <BtGuiScrolledGrid.h>

Inheritance diagram for BtGuiScrolledGrid::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based scrollable table widget.

NAME: BtGuiScrolledGrid - Tix-based scrollable table widget

DESCRIPTION:

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


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiScrolledGrid::~BtGuiScrolledGrid ( )
 


Member Function Documentation

bool BtGuiScrolledGrid::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.