KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_pinmap_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PANEL_SETUP_PINMAP_BASE::PANEL_SETUP_PINMAP_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : RESETTABLE_PANEL( parent, id, pos, size, style, name )
13{
14 wxBoxSizer* bSizer2;
15 bSizer2 = new wxBoxSizer( wxHORIZONTAL );
16
17 wxBoxSizer* m_panelMatrixSizer;
18 m_panelMatrixSizer = new wxBoxSizer( wxVERTICAL );
19
20 m_matrixPanel = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
21 m_matrixPanel->SetMinSize( wxSize( 500,424 ) );
22
23 m_panelMatrixSizer->Add( m_matrixPanel, 1, wxEXPAND | wxALL, 5 );
24
25
26 bSizer2->Add( m_panelMatrixSizer, 1, wxEXPAND|wxTOP, 5 );
27
28
29 this->SetSizer( bSizer2 );
30 this->Layout();
31 bSizer2->Fit( this );
32}
33
35{
36}
const char * name
Definition: DXF_plotter.cpp:57
PANEL_SETUP_PINMAP_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)
A wxPanel that is designed to be reset in a standard manner.