Method

GntBoxset_title

Declaration [src]

void
gnt_box_set_title (
  GntBox* box,
  const char* title
)

Description [src]

Set a title for the box.

Parameters

title

Type: const char*

The title to set.

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