mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
ConfigWizard: Cap width, clarify select buttons
This commit is contained in:
parent
94dc86ec72
commit
cfe0bd6ce1
2 changed files with 20 additions and 16 deletions
|
@ -64,7 +64,7 @@ struct PrinterPicker: wxPanel
|
|||
PrinterPicker(wxWindow *parent, const VendorProfile &vendor, wxString title, size_t max_cols, const AppConfig &appconfig_vendors, const ModelFilter &filter);
|
||||
PrinterPicker(wxWindow *parent, const VendorProfile &vendor, wxString title, size_t max_cols, const AppConfig &appconfig_vendors);
|
||||
|
||||
void select_all(bool select);
|
||||
void select_all(bool select, bool alternates = false);
|
||||
void select_one(size_t i, bool select);
|
||||
void on_checkbox(const Checkbox *cbox, bool checked);
|
||||
|
||||
|
@ -119,7 +119,7 @@ struct PagePrinters: ConfigWizardPage
|
|||
|
||||
PagePrinters(ConfigWizard *parent, wxString title, wxString shortname, const VendorProfile &vendor, unsigned indent, Technology technology);
|
||||
|
||||
void select_all(bool select);
|
||||
void select_all(bool select, bool alternates = false);
|
||||
int get_width() const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue