GnuCash 2.3.0
Data Structures | Functions
cellblock.h File Reference

Declarations for the CellBlock object. More...

#include "basiccell.h"
#include "gtable.h"

Go to the source code of this file.

Data Structures

struct  CellBlock

Functions

CellBlockgnc_cellblock_new (int rows, int cols, const char *cursor_name)
void gnc_cellblock_destroy (CellBlock *cellblock)
void gnc_cellblock_set_cell (CellBlock *cellblock, int row, int col, BasicCell *cell)
BasicCellgnc_cellblock_get_cell (CellBlock *cellblock, int row, int col)
BasicCellgnc_cellblock_get_cell_by_name (CellBlock *cellblock, const char *cell_name, int *row, int *col)
int gnc_cellblock_changed (CellBlock *cursor, gboolean include_conditional)
void gnc_cellblock_clear_changes (CellBlock *cursor)

Detailed Description

Declarations for the CellBlock object.

Author:
Copyright (c) 1988 Linas Vepstas
Copyright (c) 2000-2001 Dave Peticolas <dave@krondo.com>

The CellBlock struct is a rectangular grid of cells that define an arrangement of cells. It is typically used to define a virtual cursor within a larger table of cells.

Definition in file cellblock.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines