Small cleanup and bugfix, language strings correction and adding a "block" method to the Adjuster class

This commit is contained in:
Hombre
2010-12-08 00:14:53 +01:00
parent dca28c8f6e
commit 09f2a22ce0
7 changed files with 191 additions and 187 deletions

View File

@@ -50,6 +50,7 @@ class Adjuster : public Gtk::VBox {
int digits;
Gtk::CheckButton* editedCheckBox;
bool afterReset;
bool blocked;
double shapeValue (double a);
void refreshLabelStyle ();
@@ -71,6 +72,7 @@ class Adjuster : public Gtk::VBox {
EditedState getEditedState ();
void setDefaultEditedState (EditedState eState);
void showEditedCB ();
void block(bool isBlocked) { blocked = isBlocked; }
void spinChanged ();