Add scope type icons

This commit is contained in:
Lawrence Lee
2020-08-04 18:38:59 -07:00
parent 603cd6ea3d
commit c9bf58a7a0
6 changed files with 528 additions and 8 deletions

View File

@@ -273,6 +273,11 @@ protected:
Gtk::Image *barImage_g;
Gtk::Image *chroImage_g;
std::unique_ptr<Gtk::Image> histImage;
std::unique_ptr<Gtk::Image> waveImage;
std::unique_ptr<Gtk::Image> vectHcImage;
std::unique_ptr<Gtk::Image> vectHsImage;
Gtk::Image *mode0Image;
Gtk::Image *mode1Image;
Gtk::Image *mode2Image;