Function
GimpUihelp_set_help_data_with_markup
Declaration [src]
void
gimp_help_set_help_data_with_markup (
GtkWidget* widget,
const gchar* tooltip,
const gchar* help_id
)
Description [src]
Just like gimp_help_set_help_data(), but supports to pass text which is marked up with Pango text markup language.
Available since: | 2.6 |
Parameters
widget |
GtkWidget |
The |
|
The data is owned by the caller of the function. | |
tooltip |
const gchar* |
The markup for this widget’s tooltip (or |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
help_id |
const gchar* |
The |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |