ToggleActionEntry.label

Set label field.

  1. string label [@property getter]
  2. string label [@property setter]
    class ToggleActionEntry
    @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.