Diffpack Documentation


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

BtGuiBalloon Class Reference

Tix-based balloon widget. More...

#include <BtGuiBalloon.h>

Inheritance diagram for BtGuiBalloon::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based balloon widget.

NAME: BtGuiBalloon - Tix-based balloon widget

DESCRIPTION:

C++ interface to a balloon widget in Tix, for use in GUI building. The widget pops up as a yellow Post-It-like label on GUI items where the mouse cursor is put to rest.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiBalloon::~BtGuiBalloon ( )
 


Member Function Documentation

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