Method

Adw.TabPage.set_tooltip

Declaration [src]

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

Description [src]

Sets the tooltip of self.

Sets propertyAdw.TabPage:tooltip

Parameters

tooltip const char*
 

the tooltip of self

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string