Constructor

GtkAccelLabelnew

Declaration [src]

GtkWidget*
gtk_accel_label_new (
  const gchar* string
)

Description [src]

Creates a new GtkAccelLabel.

Parameters

string

Type: const gchar*

The label string. Must be non-NULL.

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

Return value

Type: GtkWidget

A new GtkAccelLabel.

The data is owned by the called function.