Method

GtkTextget_activates_default

Declaration [src]

gboolean
gtk_text_get_activates_default (
  GtkText* self
)

Description [src]

Returns whether pressing Enter will activate the default widget for the window containing self.

See gtk_text_set_activates_default().

Return value

Type: gboolean

TRUE if the GtkText will activate the default widget.