X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtwtCheckBox.h~;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtwtCheckBox.h~;h=0000000000000000000000000000000000000000;hp=b2187c9de5395512dce5ddd56f940374306ba077;hb=5bdd6bc07e285c2dc485dd053aaee47356d8689b;hpb=430578713a572cd83e04ca0f65c6e34e87879cd6 diff --git a/wt/bbtk_wt_PKG/src/bbwtwtCheckBox.h~ b/wt/bbtk_wt_PKG/src/bbwtwtCheckBox.h~ deleted file mode 100644 index b2187c9..0000000 --- a/wt/bbtk_wt_PKG/src/bbwtwtCheckBox.h~ +++ /dev/null @@ -1,48 +0,0 @@ -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== -#ifdef _USE_WXWIDGETS_ -#ifndef __bbwtwtCheckBox_h_INCLUDED__ -#define __bbwtwtCheckBox_h_INCLUDED__ -#include "bbwt_EXPORT.h" -#include "bbtkWxBlackBox.h" - -namespace bbwt -{ - -class bbwt_EXPORT wtCheckBox - : - public bbtk::WxBlackBox -{ - BBTK_BLACK_BOX_INTERFACE(wtCheckBox,bbtk::WxBlackBox); -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== - BBTK_DECLARE_INPUT(Title,std::string); - BBTK_DECLARE_INPUT(In,std::string); - BBTK_PROCESS(Process); - void Process(); - BBTK_CREATE_WIDGET(CreateWidget); - void CreateWidget(wxWindow*); -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== -}; - -BBTK_BEGIN_DESCRIBE_BLACK_BOX(wtCheckBox,bbtk::WxBlackBox); -BBTK_NAME("wtCheckBox"); -BBTK_AUTHOR("JohannGONZALEZ"); -BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - Checkbox web widget implemented in wt"); -BBTK_CATEGORY("__CategoryBlackBox__"); -BBTK_INPUT(wtCheckBox,Title,"Title prepended to the text",std::string,""); -BBTK_INPUT(wtCheckBox,In,"Text",std::string,""); -BBTK_END_DESCRIBE_BLACK_BOX(wtCheckBox); -//===== -// Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) -//===== -} -// EO namespace bbwt - -#endif // __bbwtwtCheckBox_h_INCLUDED__ -#endif // _USE_WXWIDGETS_ -