Signal

GtkWidget::focus

Declaration

gboolean
focus (
  GtkWidget* self,
  GtkDirectionType direction,
  gpointer user_data
)

Description

No description available.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

direction

Type: GtkDirectionType

No description available.

Return value

Type: gboolean

TRUE to stop other handlers from being invoked for the event. FALSE to propagate the event further.