Diffpack Documentation


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

BtGuiGrid Class Reference

Tix-based data grid widget. More...

#include <BtGuiGrid.h>

Inheritance diagram for BtGuiGrid::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based data grid widget.

NAME: BtGuiGrid - Tix-based data grid widget

DESCRIPTION:

C++ interface to a data grid (table) widget in Tix, for use in GUI building.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiGrid::~BtGuiGrid ( )
 


Member Function Documentation

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