gtkTreeViewSetSearchEntry {RGtk2} | R Documentation |
Sets the entry which the interactive search code will use for this
tree.view
. This is useful when you want to provide a search entry
in our interface at all time at a fixed position. Passing NULL
for
entry
will make the interactive search code use the built-in popup
entry again.
gtkTreeViewSetSearchEntry(object, entry = NULL)
|
[GtkTreeView ] A GtkTreeView |
|
[GtkEntry ] the entry the interactive search code of tree.view should use or NULL |
Since 2.10
Derived by RGtkGen from GTK+ documentation