gtkEntrySetEditable {RGtk2} | R Documentation |
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.
gtkEntrySetEditable(object, editable)
|
[GtkEntry ] a GtkEntry . |
|
[logical] TRUE if the user is allowed to edit the text
in the widget. |
Derived by RGtkGen from GTK+ documentation