![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
EphySearchEntry; GtkWidget * ephy_search_entry_new (void
); void ephy_search_entry_clear (EphySearchEntry *entry
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkEntry +----EphySearchEntry
EphySearchEntry implements AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.
EphySearchEntry implements a GtkEntry for handling user search input. It implements a search timeout and easy cleaning.
GtkWidget * ephy_search_entry_new (void
);
Creates a new EphySearchEntry.
Returns : |
a new EphySearchEntry, as a GtkWidget |
void ephy_search_entry_clear (EphySearchEntry *entry
);
Clears the text of the internal GtkEntry of 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. |