X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkWtBlackBox.h;h=e73bde96986610134b987d5e5e0d26f8d5b8e646;hb=3fc6c36bdb40b7dcbdabdd2038992d7b2f44663e;hp=bd36a45037e7fbf3ac90f7e1c4617a33ec9b365d;hpb=87efce51877a540d943b1aa26307994b38bba55b;p=bbtk.git diff --git a/kernel/src/bbtkWtBlackBox.h b/kernel/src/bbtkWtBlackBox.h index bd36a45..e73bde9 100644 --- a/kernel/src/bbtkWtBlackBox.h +++ b/kernel/src/bbtkWtBlackBox.h @@ -54,6 +54,7 @@ #ifdef USE_WT + #ifndef __bbtkWtBlackBox_h__ #define __bbtkWtBlackBox_h__ @@ -133,6 +134,9 @@ namespace bbtk virtual void bbDestroyWindow(); //================================================================== + void bbwtUpdateInputs(); + void bbwtProcess(); + private: Wt::WApplication* bbApp; @@ -153,6 +157,6 @@ namespace bbtk } //namespace bbtk -#endif //__bbtkWxBlackBox_h__ +#endif //__bbtkWtBlackBox_h__ -#endif //USE_WXWIDGETS +#endif //USE_WT