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

Public Methods | |
| BtGuiMessage (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiMessage (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiMessage () | |
| virtual bool | create () |
NAME: BtGuiMessage - Tk-based message window widget
DESCRIPTION:
C++ interface to a message window widget in Tk, for use in GUI building.
|
|
See documentation for the base class, "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Create the widget and feed it to the Tk interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |