Replace checkbox-treeview functions with a object PsppireCheckboxTreeview
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 2 Oct 2013 13:14:15 +0000 (15:14 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 6 Oct 2013 14:32:42 +0000 (16:32 +0200)
commit4e3feede0f6b3d2e67d6e41a9ddea3738e574dc3
tree7b4e2f1d9f9a7f7872a285d61a24b4c8f85293ec
parentae53f770d61c40ad26d7f2b240e311bd80f5a30b
Replace checkbox-treeview functions with a object PsppireCheckboxTreeview

Prior to this change there existed a function which operated on
a GtkTreeView which populated it with a model and renderers such
that it would display a list of annotated checkboxes.

This change subclasses GtkTreeView and moves the function to a
method of that class.

I anticipate this will ease implementation of upcoming functionality.
15 files changed:
src/ui/gui/automake.mk
src/ui/gui/checkbox-treeview.c [deleted file]
src/ui/gui/checkbox-treeview.h [deleted file]
src/ui/gui/crosstabs.ui
src/ui/gui/descriptives.ui
src/ui/gui/frequencies.ui
src/ui/gui/psppire-checkbox-treeview.c [new file with mode: 0644]
src/ui/gui/psppire-checkbox-treeview.h [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-crosstabs.c
src/ui/gui/psppire-dialog-action-crosstabs.h
src/ui/gui/psppire-dialog-action-descriptives.c
src/ui/gui/psppire-dialog-action-frequencies.c
src/ui/gui/psppire-dialog-action-regression.c
src/ui/gui/regression.ui
src/ui/gui/widgets.c