Start print after upload button (instead of checkbox)
This commit is contained in:
@ -42,8 +42,10 @@ protected:
|
||||
};
|
||||
|
||||
MsgDialog(wxWindow *parent, const wxString &title, const wxString &headline, long style = wxOK, wxBitmap bitmap = wxNullBitmap);
|
||||
|
||||
void add_btn(wxWindowID btn_id, bool set_focus = false, const wxString& label = wxString());
|
||||
// returns pointer to created button
|
||||
wxButton* add_button(wxWindowID btn_id, bool set_focus = false, const wxString& label = wxString());
|
||||
// returns pointer to found button or NULL
|
||||
wxButton* get_button(wxWindowID btn_id);
|
||||
void apply_style(long style);
|
||||
void finalize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user