Re: [GNC-dev] Getting book option

2019-05-13 Thread Adrian Panella
cy support in budget page (bug 676810) + preselect default budget in "open" dialog. (bug 788157) Regards, Adrián -Original Message- From: John Ralls Sent: domingo, 12 de mayo de 2019 10:47 p. m. To: Adrian Panella Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Getting bo

Re: [GNC-dev] Getting book option

2019-05-12 Thread John Ralls
> On May 12, 2019, at 8:08 PM, Adrian Panella wrote: > > Hi, I need help to find the right API from C code to get the value of a book > option (the ones set from the dialog at File -> Properties ). > I know it is stored as a KVP with the name "options/Budgeting/Default Budget". > I've read th

[GNC-dev] Getting book option

2019-05-12 Thread Adrian Panella
Hi, I need help to find the right API from C code to get the value of a book option (the ones set from the dialog at File -> Properties ). I know it is stored as a KVP with the name "options/Budgeting/Default Budget". I've read the documentation and the source code, but couldn't find a simple way