Method

GtkSearchEntryset_placeholder_text

Declaration [src]

void
gtk_search_entry_set_placeholder_text (
  GtkSearchEntry* entry,
  const char* text
)

Description [src]

Sets the placeholder text associated with entry.

Available since:4.10

Parameters

text const char*
 

The text to set as a placeholder.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.