static void etgl_double_click (GObject *object, gint model_row, gint model_col, GdkEvent *event, ETableGroupLeaf *etgl) { e_table_group_double_click ( E_TABLE_GROUP (etgl), model_row, model_col, event); }
static void child_double_click (ETableGroup *etg, int row, int col, GdkEvent *event, ETableGroupContainer *etgc) { e_table_group_double_click (E_TABLE_GROUP (etgc), row, col, event); }