Diffpack Documentation


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

BtGuiFrame Class Reference

Tk-based frame window widget. More...

#include <BtGuiFrame.h>

Inheritance diagram for BtGuiFrame::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tk-based frame window widget.

NAME: BtGuiFrame - Tk-based frame window widget

DESCRIPTION:

C++ interface to a frame window widget in Tk, for use in GUI building.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiFrame::~BtGuiFrame ( )
 


Member Function Documentation

bool BtGuiFrame::create ( ) [virtual]
 

Create the widget and feed it to the Tk 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.