Method

AdwTabPageset_indicator_tooltip

Declaration [src]

void
adw_tab_page_set_indicator_tooltip (
  AdwTabPage* self,
  const char* tooltip
)

Description [src]

Sets the tooltip of the indicator icon of self.

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

See AdwTabPage:indicator-icon.

Available since:1.2

Parameters

tooltip const char*
 

The indicator tooltip of self.

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