]> Creatis software - bbtk.git/blobdiff - kernel/src/vtkKWBlackBoxDialog.h
*** empty log message ***
[bbtk.git] / kernel / src / vtkKWBlackBoxDialog.h
index f47f89f744a436426615827c3efb25776b1029e7..aa951e783579f6725e5639554dd2a0e88452ad1d 100644 (file)
@@ -5,6 +5,8 @@
 
 #include "bbtkKWBlackBox.h"
 #include "vtkKWDialog.h"
+#include "vtkKWFrame.h"
+
 
 typedef bbtk::KWBlackBox::Pointer BBPointer;
 typedef bbtk::KWBlackBox::WeakPointer BBWeakPointer;
@@ -30,6 +32,9 @@ public:
     mBox.lock()->bbSetWindow(this);
   }
   virtual BBPointer bbGetBlackBox() { return mBox.lock(); }
+  vtkKWWidget* GetFrame() { return mFrame; }
+  void CreateWidget();
+  //  void Pack();
 protected:
   vtkKWBlackBoxDialog();
   ~vtkKWBlackBoxDialog();
@@ -38,6 +43,7 @@ private:
   void operator=(const vtkKWBlackBoxDialog&);  // Not implemented.
   BBWeakPointer mBox;
   bool mShown;
+  vtkKWFrame* mFrame;
 };
 //==================================================================