add row and column defines

2002-02-09  JP Rosevear  <jpr@ximian.com>

	* e-pilot-settings.h: add row and column defines

svn path=/trunk/; revision=15634
This commit is contained in:
JP Rosevear
2002-02-09 06:12:41 +00:00
committed by JP Rosevear
parent 13d153008c
commit d5ce9c3303
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-09 JP Rosevear <jpr@ximian.com>
* e-pilot-settings.h: add row and column defines
2002-01-27 Ettore Perazzoli <ettore@ximian.com>
* ename/Makefile.am: Use E_NAME_CFLAGS and E_NAME_LIBS.

View File

@ -46,6 +46,9 @@ typedef struct _EPilotSettings EPilotSettings;
typedef struct _EPilotSettingsPrivate EPilotSettingsPrivate;
typedef struct _EPilotSettingsClass EPilotSettingsClass;
#define E_PILOT_SETTINGS_TABLE_ROWS 2
#define E_PILOT_SETTINGS_TABLE_COLS 2
struct _EPilotSettings {
GtkTable parent;