![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
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.
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 *ephysearchentry, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |