Method

PanelWidgetget_title

Declaration [src]

const char*
panel_widget_get_title (
  PanelWidget* self
)

Description [src]

Gets the title for the widget.

Gets propertyPanel.Widget:title

Return value

Type: const char*

The title or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.