gui: New boxed type for struct fmt_spec.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 9 Apr 2012 03:19:30 +0000 (20:19 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 21 Apr 2012 05:08:55 +0000 (22:08 -0700)
commita67b7334094008e6575227a5e3c0325b80caf2e0
tree88e6e9aa2a46f1a12cf49a22b75a1cfe39e36301
parent698f289d1ecf1620aa5429599f2e76db23cff452
gui: New boxed type for struct fmt_spec.

This makes it possible to use a struct fmt_spec as the value of a
property on a GObject, which I plan to use in an upcoming widget
PsppireValueEntry.
src/ui/gui/automake.mk
src/ui/gui/psppire-format.c [new file with mode: 0644]
src/ui/gui/psppire-format.h [new file with mode: 0644]