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