gtkEntrySetEditable {RGtk2}R Documentation

gtkEntrySetEditable

Description

Determines if the user can edit the text in the editable widget or not. This function is obsolete. You should use gtkEditableSetEditable instead. WARNING: gtk_entry_set_editable is deprecated and should not be used in newly-written code.

Usage

gtkEntrySetEditable(object, editable)

Arguments

object [GtkEntry] a GtkEntry.
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.8.5 Index]