Index

NAME

BtGuiScrollWindow -


INCLUDE

include "BtGuiScrollWindow.h"

SYNTAX

 class BtGuiScrollWindow : public virtual BtGuiWidget
 {
   BtGuiFrame     frame_widget_;
   BtGuiScrollbar scrollbar_widget_;

 public:
   BtGuiScrollWindow(const BtGuiTkInterpreter& interf, const String& name="");
   BtGuiScrollWindow(const BtGuiTkInterpreter& interf,
                     const BtGuiWidget& parent, const String& name="");
   ~BtGuiScrollWindow();

   virtual bool create();

   inline const BtGuiFrame& frameWidget() const;
   inline       BtGuiFrame& frameWidget();

   inline const BtGuiScrollbar& scrollBarWidget() const;
   inline       BtGuiScrollbar& scrollBarWidget();

   String subwidget(const String& name);
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics