Diffpack Documentation


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

BtGuiScrollbar Class Reference

Tk-based scrollbar widget. More...

#include <BtGuiScrollbar.h>

Inheritance diagram for BtGuiScrollbar::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tk-based scrollbar widget.

NAME: BtGuiScrollbar - Tk-based scrollbar widget

DESCRIPTION:

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


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiScrollbar::~BtGuiScrollbar ( )
 


Member Function Documentation

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