Diffpack Documentation


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

BtGuiPanedWindow Class Reference

Tix-based paned window widget. More...

#include <BtGuiPanedWindow.h>

Inheritance diagram for BtGuiPanedWindow::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiPanedWindow (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiPanedWindow (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiPanedWindow ()
virtual bool create ()
void setCommand (const BtGuiCallback &command)

Detailed Description

Tix-based paned window widget.

NAME: BtGuiPanedWindow - Tix-based paned window widget

DESCRIPTION:

C++ interface to a paned window widget in Tix, for use in GUI building. The widget allows the user to interactively resize the individual panes inside the window. The panes may be vertically or horizontally oriented.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiPanedWindow::~BtGuiPanedWindow ( )
 


Member Function Documentation

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

void BtGuiPanedWindow::setCommand ( const BtGuiCallback & command )
 

Add specified callback command to the widget.


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