Method

GtkSearchEntryget_key_capture_widget

Declaration [src]

GtkWidget*
gtk_search_entry_get_key_capture_widget (
  GtkSearchEntry* entry
)

Description [src]

Gets the widget that entry is capturing key events from.

Return value

Returns: GtkWidget
 

The key capture widget.

 The data is owned by the instance.
 The return value can be NULL.