Method

GtkTreeViewget_search_entry

since: 2.10

Declaration [src]

GtkEntry*
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.

Available since: 2.10

Return value

Type: GtkEntry

The entry currently in use as search entry.

The returned data is owned by the instance.