BtGuiLabelEntry -
include "BtGuiLabelEntry.h"
class BtGuiLabelEntry : public virtual BtGuiWidget
{
BtGuiLabel label_widget_;
BtGuiEntry entry_widget_;
public:
BtGuiLabelEntry(const BtGuiTkInterpreter& interf, const String& name="");
BtGuiLabelEntry(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
const String& name="");
~BtGuiLabelEntry();
virtual bool create();
virtual bool pack();
virtual bool place();
// Get subwidgets
inline const BtGuiLabel& getLabelWidget() const;
inline BtGuiLabel& getLabelWidget();
inline const BtGuiEntry& getEntryWidget() const;
inline BtGuiEntry& getEntryWidget();
// Widget commands
String subwidget(const String& name);
};
Trond Vidar Stensby, SINTEF Applied Mathematics