report/view-column make-internal-option "report-list"

Larry Evans cppljevans at cox-internet.com
Sun Jul 16 17:18:20 EDT 2006


On 07/16/2006 03:50 PM, Larry Evans wrote:
> On 07/16/2006 01:58 PM, Larry Evans wrote:
[snip]
> Grepping for __general in .c files found:
> 
> find . -name \*.c -exec grep __general {} \; -ls
>      gnc_option_db_lookup_option(view->odb, "__general", "report-list",
>      gnc_column_view_set_option(r->odb, "__general", "report-list",
>      gnc_column_view_set_option(r->odb, "__general", "report-list",
>      gnc_column_view_set_option(r->odb, "__general", "report-list",
>      gnc_column_view_set_option(r->odb, "__general", "report-list",
> 2098416   20 -rw-r--r--   1 evansl   evansl      17866 Jul  9 19:56 
> ./src/report/report-gnome/dialog-column-view.c
> 
> so I'm guessing that there must be some method to connect this .c code
> with the report-list option setter in the "Multicolumn View" report,
> and that I'll need to use the same method with my scratch.scm copy
> of the view-column.scm code.

Never mind.  I realized all I needed was the result of gnc:find-report
as used in view-column.scm code (around line 104):

			report (gnc:find-report child)))



More information about the gnucash-devel mailing list