gtkEditableSetEditable {RGtk2}R Documentation

gtkEditableSetEditable

Description

Determines if the user can edit the text in the editable widget or not.

Usage

gtkEditableSetEditable(object, is.editable)

Arguments

object [GtkEditable] a GtkEditable widget.
is.editable [logical] TRUE if the user is allowed to edit the text in the widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]