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 4.1.0-0-g733bf3d)
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_scrolledWindow = new wxScrolledWindow( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHSCROLL|wxVSCROLL );
18 m_scrolledWindow->SetScrollRate( 5, 5 );
19 m_toolsSizer = new wxFlexGridSizer( 0, 2, 2, 10 );
20 m_toolsSizer->SetFlexibleDirection( wxBOTH );
21 m_toolsSizer->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
22
23
24 m_scrolledWindow->SetSizer( m_toolsSizer );
25 m_scrolledWindow->Layout();
27 bSizer2->Add( m_scrolledWindow, 1, wxEXPAND | wxALL, 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)