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:
@ -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.
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user