Preview modes (RGBLF) - adding icons and code optimization

This commit is contained in:
michael
2012-01-15 15:54:24 -05:00
parent 81f730cdaa
commit e3f54d3260
23 changed files with 55 additions and 45 deletions

View File

@@ -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 ();