KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_kicad_launcher_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version Oct 26 2018)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PANEL_KICAD_LAUNCHER_BASE::PANEL_KICAD_LAUNCHER_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : wxPanel( parent, id, pos, size, style, name )
13{
14 wxBoxSizer* bSizer2;
15 bSizer2 = new wxBoxSizer( wxVERTICAL );
16
17 m_mainSizer = new wxBoxSizer( wxVERTICAL );
18
19 m_toolsSizer = new wxGridBagSizer( 0, 10 );
20 m_toolsSizer->SetFlexibleDirection( wxBOTH );
21 m_toolsSizer->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_NONE );
22
23
24 m_mainSizer->Add( m_toolsSizer, 0, wxALL|wxEXPAND, 5 );
25
26
27 bSizer2->Add( m_mainSizer, 1, wxALL|wxEXPAND, 5 );
28
29
30 this->SetSizer( bSizer2 );
31 this->Layout();
32 bSizer2->Fit( this );
33}
34
36{
37}
const char * name
Definition: DXF_plotter.cpp:57
PANEL_KICAD_LAUNCHER_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)