Method

AdwTabPageset_tooltip

since: 1.0

Declaration [src]

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

Description [src]

Sets the tooltip of self.

Available since: 1.0

Sets propertyAdw.TabPage:tooltip

Parameters

tooltip

Type: const char*

The tooltip of self.

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