Added some keyboard shortcuts; see end of issue #83

This commit is contained in:
Oliver Duis
2010-12-10 21:44:29 +01:00
parent 0d77945409
commit 529831e10b
8 changed files with 37 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
/*
* This file is part of RawTherapee.
*
* Copyright (c) 2004-2010 Gabor Horvath <hgabor@rawtherapee.com>
*
* RawTherapee is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,6 +33,8 @@ class IndicateClippedPanel : public Gtk::HBox {
void buttonToggled ();
void toggleClipped (bool highlights); // inverts a toggle programmatically
bool showClippedShadows () { return indclippeds->get_active (); }
bool showClippedHighlights () { return indclippedh->get_active (); }
};