Program: bbtk
Module: $RCSfile: bbwxLayoutTab.cxx,v $
Language: C++
- Date: $Date: 2008/06/19 09:46:46 $
- Version: $Revision: 1.3 $
+ Date: $Date: 2008/10/06 09:05:07 $
+ Version: $Revision: 1.4 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
{
if (widgetchild!=NULL)
{
- widgetchild->Reparent(book);
- book->AddPage(widgetchild, widgetchild->GetName() );
- widgetchild->Show();
+ widgetchild->Reparent(book);
+ book->AddPage(widgetchild, widgetchild->GetName() );
+ widgetchild->Show();
}
}
Program: bbtk
Module: $RCSfile: bbwxLayoutTab.h,v $
Language: C++
- Date: $Date: 2008/06/19 09:46:46 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2008/10/06 09:05:07 $
+ Version: $Revision: 1.5 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutTab,bbtk::WxBlackBox);
BBTK_NAME("LayoutTab");
BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr");
- BBTK_DESCRIPTION("LayoutTab widget (wxNotebook)");
+ BBTK_DESCRIPTION("LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains");
// Already inserted for any WxBlackBox BBTK_CATEGORY("widget");
BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*,"");
BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*,"");
Program: bbtk
Module: $RCSfile: bbwxSlider.cxx,v $
Language: C++
- Date: $Date: 2008/09/23 08:29:38 $
- Version: $Revision: 1.12 $
+ Date: $Date: 2008/10/06 09:05:07 $
+ Version: $Revision: 1.13 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
int vmin,
int vmax,
int value,
- int reactiveontrack)
+ int reactiveontrack)
:
wxPanel( parent, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL),
mBox(box),