Method

AdwToggleset_tooltip

Declaration [src]

void
adw_toggle_set_tooltip (
  AdwToggle* self,
  const char* tooltip
)

Description [src]

Sets the tooltip of self to tooltip.

tooltip can be marked up with the Pango text markup language.

Available since:1.7
Sets propertyAdw.Toggle:tooltip

Parameters

tooltip const char*
 

The tooltip.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.