Index

NAME

BtGuiExitCB -


INCLUDE

include "BtGuiExitCB.h"

SYNTAX

 class BtGuiExitCB : public virtual BtGuiCallback
 {
 public:
   BtGuiExitCB(const BtGuiTkInterpreter& interf, const String& name="")
     : BtGuiCallback(interf, name), BtGuiBase(interf) {}

   virtual bool performeAction(int argc, char** argv);
 };


AUTHOR

Trond Vidar Stensby, SINTEF Applied Mathematics