Method

GtkSearchBarset_show_close_button

since: 3.10

Declaration [src]

void
gtk_search_bar_set_show_close_button (
  GtkSearchBar* bar,
  gboolean visible
)

Description [src]

Shows or hides the close button. Applications that already have a “search” toggle button should not show a close button in their search bar, as it duplicates the role of the toggle button.

Available since: 3.10

Parameters

visible

Type: gboolean

Whether the close button will be shown or not.