API版本:4.0
库版本:4.17.2
由 gi-docgen 2024.2 生成
void gtk_tooltip_set_markup ( GtkTooltip* tooltip, const char* markup )
设置气泡提示的文本为 markup。
markup
字符串必须使用 Pango 标记。如果 markup 为 NULL,则标签将被隐藏。
NULL
类型: const char*
const char*
包含 Pango 标记的字符串或 NLL。
NLL