BtGuiBallon -
include "BtGuiBallon.h"
class BtGuiBallon : public virtual BtGuiWidget
{
public:
BtGuiBallon(const BtGuiTkInterpreter& interf, const String& name="");
BtGuiBallon(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
const String& name="");
~BtGuiBallon();
virtual bool create();
};
Trond Vidar Stensby, SINTEF Applied Mathematics