GtkAllocation *allocation);
static gboolean psppire_sheet_focus_in (GtkWidget *widget,
- GdkEventFocus *event,
- gpointer user_data);
-
+ GdkEventFocus *event);
/* Sheet queries */
container_class->add = NULL;
container_class->remove = NULL;
container_class->forall = psppire_sheet_forall;
+ container_class->set_focus_child = NULL;
object_class->dispose = psppire_sheet_dispose;
object_class->finalize = psppire_sheet_finalize;
static gboolean
psppire_sheet_focus_in (GtkWidget *w,
- GdkEventFocus *event,
- gpointer user_data)
+ GdkEventFocus *event)
{
PsppireSheet *sheet = PSPPIRE_SHEET (w);