Pike v8.0 release 1738

Method Gnome.Dialog()->editable_enters()


Method editable_enters

Gnome.Dialog editable_enters(GTK1.Editable widget)

Description

Normally if there's an editable widget (such as GtkEntry) in your dialog, pressing Enter will activate the editable rather than the default dialog button. However, in most cases, the user expects to type something in and then press enter to close the dialog. This function enables that behavior.