Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkEntrySetActivatesDefault

gtkEntrySetActivatesDefault


Description

If setting is TRUE, pressing Enter in the entry will activate the default widget for the window containing the entry. This usually means that the dialog box containing the entry will be closed, since the default widget is usually one of the dialog buttons.

Usage

gtkEntrySetActivatesDefault(object, setting)

Arguments

object

a GtkEntry

setting

TRUE to activate window's default widget on Enter keypress

Details

(For experts: if setting is TRUE, the entry calls gtkWindowActivateDefault on the window containing the entry, in the default handler for the gtkWidgetActivate signal.)

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.