Diffpack Documentation


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

BtGuiPanedWindow.h

Go to the documentation of this file.
00001 
00005 class BtGuiPanedWindow : public virtual BtGuiWidget
00006 
00007 {
00008   Handle(BtGuiCallback) command_;
00009 
00010 public:
00011   BtGuiPanedWindow(const BtGuiTkInterpreter& interf, const String& name="");
00012   BtGuiPanedWindow(const BtGuiTkInterpreter& interf, const BtGuiWidget& parent,
00013                    const String& name="");
00014   ~BtGuiPanedWindow();
00015 
00016   virtual bool create();
00017 
00018   
00019 
00020   void setCommand             (const BtGuiCallback& command);
00021 };
00022 
00023 

Copyright © 2003 inuTech GmbH. All rights reserved.