A value of true indicates that @widget can have a tooltip, in this case the widget will be queried using signal@Gtk.Widget::query-tooltip to determine whether it will provide a tooltip or not.
Widget.hasTooltip
bool hasTooltip() @propertyGet hasTooltip property.
Returns
Enables or disables the emission of the ::query-tooltip signal on @widget.
void hasTooltip(bool propval) @propertySet hasTooltip property.
Parameters
propval | Enables or disables the emission of the ::query-tooltip signal on @widget. A value of true indicates that @widget can have a tooltip, in this case the widget will be queried using signal@Gtk.Widget::query-tooltip to determine whether it will provide a tooltip or not. |