Entry.primaryIconActivatable

bool primaryIconActivatable() @property

Get primaryIconActivatable property.

Returns

Whether the primary icon is activatable.

GTK+ emits the #GtkEntry::icon-press and #GtkEntry::icon-release signals only on sensitive, activatable icons.

Sensitive, but non-activatable icons can be used for purely informational purposes.

void primaryIconActivatable(bool propval) @property

Set primaryIconActivatable property.

Parameters

propvalWhether the primary icon is activatable. GTK+ emits the #GtkEntry::icon-press and #GtkEntry::icon-release signals only on sensitive, activatable icons. Sensitive, but non-activatable icons can be used for purely informational purposes.