)
{
wxPanel::Create(parent, id, pos, size, style);
-
+ this->appli = appli;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->appli = appli;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
-
+ this->application = application;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->application = application;
- CreateControls();
return TRUE;
}
long style
)
{
+ this->blackBox = blackBox;
wxPanel::Create(parent, id, pos, size, style);
-
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->blackBox = blackBox;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->cMakeLists = makefile;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
- this->cMakeLists = makefile;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->file = file;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->file = file;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->folder = folder;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->folder = folder;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->lib = lib;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->lib = lib;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->library = library;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->library = library;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ CreateControls();
//to scroll
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
- CreateControls();
+
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->package = package;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->package = package;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->project = project;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->project = project;
- CreateControls();
return TRUE;
}
)
{
wxPanel::Create(parent,id,pos,size,style);
- // this part makes the scrollbars show up
- this->FitInside(); // ask the sizer about the needed size
- this->SetScrollRate(5, 5);
-
wxBoxSizer* sizer = new wxBoxSizer(wxHORIZONTAL);
this->SetSizer(sizer);
-
CreateControls();
+ // this part makes the scrollbars show up
+ this->FitInside(); // ask the sizer about the needed size
+ this->SetScrollRate(5, 5);
return TRUE;
}
)
{
wxPanel::Create(parent, id, pos, size, style);
+ this->project = project;
+ CreateControls();
// this part makes the scrollbars show up
this->FitInside(); // ask the sizer about the needed size
this->SetScrollRate(5, 5);
-
- this->project = project;
- CreateControls();
return TRUE;
}