| Top |
EphySearchEntry;GtkWidget * ephy_search_entry_new (void);void ephy_search_entry_clear (EphySearchEntry *entry);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkEntry +----EphySearchEntry
EphySearchEntry implements
EphySearchEntry implements a
GtkWidget * ephy_search_entry_new (void);
Creates a new EphySearchEntry.
Returns : |
a new EphySearchEntry, as a |
void ephy_search_entry_clear (EphySearchEntry *entry);
Clears the text of the internal entry.
|
an EphySearchEntry |
"search" signalvoid user_function (EphySearchEntry *entry,gchar *text,gpointer user_data) : Run Last
Emitted when the user activates the search entry after introducing text.
|
the object on which the signal is emitted |
|
the text introduced by the user |
|
user data set when the signal handler was connected. |