Added a new dialog to generate CTABLES
authorJohn Darrington <john@cellform.com>
Tue, 20 Jun 2023 16:42:24 +0000 (18:42 +0200)
committerJohn Darrington <john@cellform.com>
Tue, 20 Jun 2023 16:42:24 +0000 (18:42 +0200)
commitc1f362b8cee3c577ba5b0b1d9ef1711806bb1def
treecf3da3a6e322dc65f3af50c019003b76c13d1167
parent85bd18228302d94c08aa820412590fc2fd7e437d
Added a new dialog to generate CTABLES

This dialog provides just a small subset of what ought to be available. In
particular, nested tables cannot be specified and only the default summary
functions work.  Other caveats are also present, but it generally provides
a start and proof of concept.
src/ui/gui/automake.mk
src/ui/gui/ctables.ui [new file with mode: 0644]
src/ui/gui/data-editor.ui
src/ui/gui/dummy.c
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-dialog-action-ctables.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-ctables.h [new file with mode: 0644]
src/ui/gui/widgets.c