mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Start print after upload button (instead of checkbox)
This commit is contained in:
parent
8ef03718d0
commit
87c2e90a5d
5 changed files with 57 additions and 36 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue