Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

BtGuiExitCB.h

Go to the documentation of this file.
00001 
00005 class BtGuiExitCB : public virtual BtGuiCallback
00006 
00007 {
00008 public:
00009   BtGuiExitCB(const BtGuiTkInterpreter& interf, const String& name="")
00010     : BtGuiCallback(interf, name), BtGuiBase(interf) {}
00011 
00012   virtual bool performeAction(int argc, char** argv);
00013 };
00014 
00015 

Copyright © 2003 inuTech GmbH. All rights reserved.