Added a colored band for DoubleSlider

This commit is contained in:
YuSanka 2019-01-10 17:24:23 +01:00
parent 40e7346696
commit 2a896e6ba1
2 changed files with 56 additions and 0 deletions

View file

@ -756,6 +756,7 @@ protected:
void draw_thumb(wxDC& dc, const wxCoord& pos_coord, const SelectedSlider& selection);
void draw_thumbs(wxDC& dc, const wxCoord& lower_pos, const wxCoord& higher_pos);
void draw_ticks(wxDC& dc);
void draw_colored_band(wxDC& dc);
void draw_one_layer_icon(wxDC& dc);
void draw_thumb_item(wxDC& dc, const wxPoint& pos, const SelectedSlider& selection);
void draw_info_line_with_icon(wxDC& dc, const wxPoint& pos, SelectedSlider selection);