From dcaaf71fab77a067c5587821064107804da8f31e Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 21 Aug 1998 06:30:37 +0000 Subject: [PATCH] a few documentatry notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1012 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/splitreg.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/register/splitreg.h b/src/register/splitreg.h index 13124b3c69..a19d6cdf3a 100644 --- a/src/register/splitreg.h +++ b/src/register/splitreg.h @@ -15,6 +15,11 @@ * Otherwise it is not (useful when not displaying splits, gives old-styule reg). * Hack alert -- finish documenting this * + * The xaccConfigSplitRegister() subroutine allows the configuration + * of the register to be changed on the fly (dynamically). In particular, + * the register type, and/or the flags controlling the register display + * can be changed on the fly ... + * * DESIGN HOPES: * Should probably move at least some of the layout to a config * file. Might make good sense to use scheme/guile for the layout.