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:10:51 +01:00
parent aa1dbb9be9
commit 4b63fc15a0
7 changed files with 193 additions and 185 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 ();