12PANEL_PRINTER_LIST_BASE::PANEL_PRINTER_LIST_BASE( wxWindow* parent, wxWindowID
id,
const wxPoint& pos,
const wxSize& size,
long style,
const wxString&
name ) : wxPanel( parent, id, pos, size, style,
name )
14 wxBoxSizer* bSizerMain;
15 bSizerMain =
new wxBoxSizer( wxVERTICAL );
17 m_sbSizerPrinters =
new wxStaticBoxSizer(
new wxStaticBox(
this, wxID_ANY,
_(
"Printers") ), wxVERTICAL );
19 wxArrayString m_choicePrinterChoices;
24 wxBoxSizer* bSizerPrinterState;
25 bSizerPrinterState =
new wxBoxSizer( wxHORIZONTAL );
32 bSizerPrinterState->Add( 0, 0, 0, wxRIGHT|wxLEFT, 5 );
45 this->SetSizer( bSizerMain );
wxStaticBoxSizer * m_sbSizerPrinters
~PANEL_PRINTER_LIST_BASE()
wxStaticText * m_stPrinterState
wxChoice * m_choicePrinter
virtual void onPrinterChoice(wxCommandEvent &event)
PANEL_PRINTER_LIST_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(378, 109), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
wxStaticText * m_staticTextPrn