GnuCash  5.6-150-g038405b370+
Functions
split-register-layout.h File Reference

Create the actual register visual layout. More...

#include "table-layout.h"
#include "split-register.h"

Go to the source code of this file.

Functions

TableLayout * gnc_split_register_layout_new (SplitRegister *reg)
 Generate the split register layout. More...
 

Detailed Description

Create the actual register visual layout.

Author
Copyright (C) 1998, 2004 Linas Vepstas linas.nosp@m.@lin.nosp@m.as.or.nosp@m.g Pick specific cell types to sit in specific columns, and add connections so that user can tab from one field to the next.

The actual layout depends on the register type, but, typically, all of the registers have the date cell on the left, description in the middle, and monetary totals on the right.

This implementation hard-codes the layout in C, although the original intent was that the layout would be fetched from a config file that could be tweaked for a specific, non-GnuCash application.

Definition in file split-register-layout.h.