Method

PanelWidgetset_kind

Declaration [src]

void
panel_widget_set_kind (
  PanelWidget* self,
  const char* kind
)

Description [src]

Sets the kind of the widget.

Sets propertyPanel.Widget:kind

Parameters

kind const char*
 

The kind of this widget.

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