TreeView.getSearchEntry

Returns the gtk.entry.Entry which is currently in use as interactive search entry for tree_view. In case the built-in entry is being used, null will be returned.

More...
class TreeView
getSearchEntry
()

Return Value

Type: gtk.editable.Editable

the entry currently in use as search entry.

Detailed Description