void PanelButtonContainer::CreateWidget( wxWindow* parent )
{
this->myPanel = new wxPanel( parent, -1 );
+ /// \TODO fix warning: unused variable ww
wxWindow* ww = bbCreateWidgetOfInput( "In", this->myPanel );
bbSetOutputWidget( myPanel);
PanelButtonContainerSettings::CreateWidget( wxWindow* parent )
{
this->myPanel = new wxPanel( parent, -1 );
- wxWindow* w = bbCreateWidgetOfInput("Widget", myPanel);
+ wxWindow* w = bbCreateWidgetOfInput("Widget", myPanel);
+ /// \TODO fix : unused variable \u2018ww\u2019
wxWindow* ww = bbCreateWidgetOfInput("In", parent);
wxBoxSizer* sizer = new wxBoxSizer(wxHORIZONTAL);
sizer->Add(w,1,wxEXPAND, 0);
this->myPanel->SetSizer(sizer);
- bbSetOutputWidget( myPanel );
-
-
+ bbSetOutputWidget( myPanel );
}
//=====
// 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 bbcreaMaracasVisu
+}
+// EO namespace bbcreaMaracasVisu