Index

NAME

BtGuiBallon -


INCLUDE

include "BtGuiBallon.h"

SYNTAX

 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();
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics