Preview modes (RGBLF) - adding icons and code optimization
This commit is contained in:
@@ -32,8 +32,15 @@ class PreviewModePanel : public Gtk::HBox {
|
||||
Gtk::ToggleButton* previewFocusMask;
|
||||
ImageArea* imageArea;
|
||||
|
||||
Gtk::Image* iR, *igR;
|
||||
Gtk::Image* iG, *igG;
|
||||
Gtk::Image* iB, *igB;
|
||||
Gtk::Image* iL, *igL;
|
||||
Gtk::Image* iF, *igF;
|
||||
|
||||
public:
|
||||
PreviewModePanel (ImageArea* ia);
|
||||
~PreviewModePanel();
|
||||
|
||||
void toggleR ();
|
||||
void toggleG ();
|
||||
|
Reference in New Issue
Block a user