#include <BtGuiBalloon.h>
Inheritance diagram for BtGuiBalloon::

Public Methods | |
| BtGuiBalloon (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiBalloon (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiBalloon () | |
| virtual bool | create () |
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.
|
|
See documentation for the base class, "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Create the widget and feed it to the Tix interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |