Handbook
Glossary
gtk_entry_set_icon_tooltip_markup ( entry icon_pos tooltip -- )
Vocabulary
gtk2
.
ffi
Inputs
entry
an
object
icon_pos
an
object
tooltip
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_entry_set_icon_tooltip_markup
( GtkEntry* entry,
GtkEntryIconPosition
icon_pos, gchar*
tooltip )