gtkEntryCompletionGetModel {RGtk2} | R Documentation |
Returns the model the GtkEntryCompletion
is using as data source.
Returns NULL
if the model is unset.
gtkEntryCompletionGetModel(object)
|
[GtkEntryCompletion ] A GtkEntryCompletion . |
Since 2.4
[GtkTreeModel
] A GtkTreeModel
, or NULL
if none is currently being used.
Derived by RGtkGen from GTK+ documentation