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