Method
Gtk.TreeView.get_search_entry
Declaration [src]
GtkEditable*
gtk_tree_view_get_search_entry (
GtkTreeView* tree_view
)
Description [src]
Returns the GtkEntry
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.
Return value
Returns: GtkEditable |
|
the entry currently in use as search entry. |
|
Ownership is not transferred to the caller | |
Can be NULL |