blob: 9bb9e107ac26624c33680f75b77804163cb47192 (
plain) (
tree)
|
|
#ifndef __E_TABLE_DEFINES__
#define __E_TABLE_DEFINES__ 1
#define BUTTON_HEIGHT 10
#define BUTTON_PADDING 2
#define GROUP_INDENT (BUTTON_HEIGHT + (BUTTON_PADDING * 2))
/* Padding above and below of the string in the header display */
#define HEADER_PADDING 2
#define MIN_ARROW_SIZE 10
typedef void (*ETableForeachFunc) (int model_row,
gpointer closure);
#endif
|