Diffpack Documentation


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

BtGuiMenuButton.h

Go to the documentation of this file.
00001 
00005 class BtGuiMenuButton : public virtual BtGuiWidget
00006 
00007 {
00008 public:
00009   BtGuiMenuButton(const BtGuiTkInterpreter& interf, const String& name="");
00010   BtGuiMenuButton(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
00011                   const String& name="");
00012   ~BtGuiMenuButton();
00013 
00014   virtual bool create();
00015 };
00016 
00017 

Copyright © 2003 inuTech GmbH. All rights reserved.