Method

GimpUiHintBoxset_hint

unstable since: 3.4.0

Declaration [src]

void
gimp_hint_box_set_hint (
  GimpHintBox* box,
  const gchar* hint,
  gboolean use_markup
)

Description [src]

Modifies the text displayed by box.

Available since: 3.4.0

Sets propertyGimpUi.HintBox:hint

Parameters

hint

Type: const gchar*

Text to display as a user hint.

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

Type: gboolean

Whether hint is markup text.