Reimplement the variable info dialog.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 20 Dec 2020 21:38:28 +0000 (22:38 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 20 Dec 2020 09:43:55 +0000 (10:43 +0100)
commita711865c16cf867db4782d6db2b1491c6bf7b983
tree7c618dc12acdd607b4351f9640113e6fca042983
parentdc7369c3da3d3290e2ae269c40e3bda5dc6e84cd
Reimplement the variable info dialog.

Instead of using a rendered output fragment, display the information
in Gtk+ widgets.
src/ui/gui/automake.mk
src/ui/gui/psppire-dialog-action-var-info.c
src/ui/gui/psppire-dialog-action-var-info.h
src/ui/gui/psppire-var-info.c [new file with mode: 0644]
src/ui/gui/psppire-var-info.h [new file with mode: 0644]
src/ui/gui/psppire.xml
src/ui/gui/variable-info.ui
src/ui/gui/widgets.c