ETableClickToAdd
Details
E_TABLE_CLICK_TO_ADD_TYPE
#define E_TABLE_CLICK_TO_ADD_TYPE (e_table_click_to_add_get_type ())
ETableClickToAdd
typedef struct {
GnomeCanvasGroup parent;
ETableModel *one; /* The ETableOne. */
ETableModel *model; /* The backend model. */
ETableHeader *eth; /* This is just to give to the ETableItem. */
char *message;
GnomeCanvasItem *row; /* If row is NULL, we're sitting with no data and a "Click here" message. */
GnomeCanvasItem *text; /* If text is NULL, row shouldn't be. */
GnomeCanvasItem *rect; /* What the heck. Why not. */
gdouble width;
gdouble height;
ETableSelectionModel *selection;
} ETableClickToAdd;
e_table_click_to_add_commit ()
void e_table_click_to_add_commit (ETableClickToAdd *etcta);
This routine commits the current thing being edited and returns to
just displaying the click to add message.
etcta : | The ETableClickToAdd to commit. |