patches from Peter Pointner Date: Sat, 13 Nov 1999 22:43:54 +0100 (MET)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1970 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.4
Linas Vepstas 27 years ago
parent 0f418c3045
commit 6c1d730fc2

@ -38,6 +38,7 @@
#ifdef KDE
#define TRUE (1==1)
#define FALSE (0==1)
#endif
static void xaccFreeTableEntries (Table * table);

@ -53,11 +53,6 @@ doRefreshCursorGUI (Table * table, CellBlock *curs, int from_row, int from_col)
{
}
void
xaccCreateCursor (Table *table, CellBlock *curs)
{
}
void
xaccRefreshTableGUI (Table * table) {
}
@ -285,10 +280,15 @@ doRefreshCursorGUI (Table * table, CellBlock *curs, int from_row, int from_col)
}
}
#endif
/* ==================================================== */
int gnc_table_column_width(Table *table, const int col)
{
return 0;
}
/* ================== end of file ======================= */
}
/* ================== end of file ======================= */

@ -31,7 +31,8 @@
#ifndef __XACC_TABLE_QT_H__
#define __XACC_TABLE_QT_H__
#define TABLE_PRIVATE_DATA
#define TABLE_PRIVATE_DATA \
void *table_widget;
#define TABLE_PRIVATE_DATA_INIT(table) {}

Loading…
Cancel
Save