New abstract class PsppireDialogAction
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 25 Jan 2012 20:02:18 +0000 (21:02 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 25 Jan 2012 20:02:18 +0000 (21:02 +0100)
commit53508ccb5785dfcad8080d9dcdacdf3b7af5be76
tree0518c7b211bfdeaec66751d2adca3859c039fa87
parent3039501eeeb280c2bd6dae91a9471f8372c52698
New abstract class PsppireDialogAction

Added a new object PsppireDialogAction which abstracts the behaviour of
dialog boxes.

Converted the Descriptived Dialog and the Variable Info Dialog to use this
new abstraction.

Reviewed-by: Ben Pfaff
15 files changed:
src/ui/gui/automake.mk
src/ui/gui/data-editor.ui
src/ui/gui/descriptives-dialog.c [deleted file]
src/ui/gui/descriptives-dialog.h [deleted file]
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-dialog-action-descriptives.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-descriptives.h [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-var-info.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-var-info.h [new file with mode: 0644]
src/ui/gui/psppire-dialog-action.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action.h [new file with mode: 0644]
src/ui/gui/psppire-dialog.c
src/ui/gui/variable-info-dialog.c [deleted file]
src/ui/gui/variable-info-dialog.h [deleted file]
src/ui/gui/widgets.c