ActionEntry.label

Set label field.

  1. string label [@property getter]
  2. string label [@property setter]
    class ActionEntry
    @property
    void
    label
    (
    string propval
    )

Parameters

propval string

The label for the action. This field should typically be marked for translation, see gtk.action_group.ActionGroup.setTranslationDomain. If @label is null, the label of the stock item with id @stock_id is used.