X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxRadioButton.cxx;h=f415c665bc522f22a75c161593b20f0e6637da60;hb=3924782985e3d7c795af6bb46c602157cfad59f0;hp=6527cfa4719ad3da196593ce9af52fa639756750;hpb=d3ec778ab062261978fcaf393f33c41b20cdd275;p=bbtk.git diff --git a/packages/wx/src/bbwxRadioButton.cxx b/packages/wx/src/bbwxRadioButton.cxx index 6527cfa..f415c66 100644 --- a/packages/wx/src/bbwxRadioButton.cxx +++ b/packages/wx/src/bbwxRadioButton.cxx @@ -3,8 +3,8 @@ 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/14 20:26:54 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,9 +40,9 @@ namespace bbwx wxString title, std::vector lstIn ) : - wxPanel( parent, -1) + wxPanel( parent, -1) , + mBox(box) { - wxPanel *panel = this; MAX_RADIOBUTTON = lstIn.size(); int i; @@ -94,10 +94,10 @@ namespace bbwx } } sizer->AddGrowableCol(0); - panel->SetSizer(sizer); - panel->SetAutoLayout(true); - panel->Layout(); + +// panel->SetAutoLayout(true); +// panel->Layout(); } //-------------------------------------------------------------------------