Diffpack Documentation


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

BtGuiScrollWindow Class Reference

Tix-based scrollable list widget. More...

#include <BtGuiScrollWindow.h>

Inheritance diagram for BtGuiScrollWindow::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiScrollWindow (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiScrollWindow (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiScrollWindow ()
virtual bool create ()
const BtGuiFrameframeWidget () const
BtGuiFrameframeWidget ()
const BtGuiScrollbarscrollBarWidget () const
BtGuiScrollbarscrollBarWidget ()
String subwidget (const String &name)

Detailed Description

Tix-based scrollable list widget.

NAME: BtGuiScrollWindow - Tix-based scrollable list widget

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


Constructor & Destructor Documentation

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

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

See documentation of one of the overloaded constructor.

BtGuiScrollWindow::~BtGuiScrollWindow ( )
 


Member Function Documentation

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

BtGuiFrame & BtGuiScrollWindow::frameWidget ( )
 

See documentation of one of the overloaded functions.

const BtGuiFrame & BtGuiScrollWindow::frameWidget ( ) const
 

Access the window frame widget. Two functions are provided, one for read-only and one for write access.

BtGuiScrollbar & BtGuiScrollWindow::scrollBarWidget ( )
 

See documentation of one of the overloaded functions.

const BtGuiScrollbar & BtGuiScrollWindow::scrollBarWidget ( ) const
 

Access the scroll bar widget. Two functions are provided, one for read-only and one for write access.

String BtGuiScrollWindow::subwidget ( const String & name )
 

returns the Tk-path of a subwidget (relevant for TiX meta widgets).

Reimplemented from BtGuiWidget.


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