Program: bbtk
Module: $RCSfile: bbwxRadioButton.cxx,v $
Language: C++
- Date: $Date: 2008/02/11 14:47:12 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2008/02/12 09:21:23 $
+ Version: $Revision: 1.2 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
wxString title,
std::vector<wxString> lstIn )
:
- wxPanel( parent, -1)
+ wxPanel( parent, -1) ,
+ mBox(box)
{
-
wxPanel *panel = this;
MAX_RADIOBUTTON = lstIn.size();
int i;
}
}
sizer->AddGrowableCol(0);
-
panel->SetSizer(sizer);
- panel->SetAutoLayout(true);
- panel->Layout();
+
+// panel->SetAutoLayout(true);
+// panel->Layout();
}
//-------------------------------------------------------------------------