Refactoring: common function set_sensitivity from toggle
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 23 Nov 2012 18:49:03 +0000 (19:49 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 23 Nov 2012 18:49:03 +0000 (19:49 +0100)
commit4ad4b27b32995ab6d61167029b66c80411c25962
tree5d1d954aa9ce51c3e01e86add1d811d6055d2498
parent6982cc4aef29f7026e75702174efa8091d9badb2
Refactoring: common function set_sensitivity from toggle

Many dialog boxes have a signal handler to set the sensitivity
of a widget, according to the state of a toggle button.  Until
now, they had all written their own.
src/ui/gui/binomial-dialog.c
src/ui/gui/chi-square-dialog.c
src/ui/gui/dialog-common.c
src/ui/gui/dialog-common.h
src/ui/gui/psppire-dialog-action-logistic.c
src/ui/gui/psppire-val-chooser.c
src/ui/gui/select-cases-dialog.c