Decorated "bed_shape" and "compatible_printers" labels

This commit is contained in:
YuSanka 2018-04-13 18:22:06 +02:00
parent 64976c249d
commit 215c2082d3
4 changed files with 56 additions and 17 deletions

View file

@ -93,7 +93,7 @@ public:
/// but defining it as const means a lot of const_casts to deal with wx functions.
inline wxWindow* parent() const { return m_parent; }
void append_line(const Line& line);
void append_line(const Line& line, wxStaticText** colored_Label = nullptr);
Line create_single_option_line(const Option& option) const;
void append_single_option_line(const Option& option) { append_line(create_single_option_line(option)); }