SettingsFlagAction.this

This creates a new action that can be used to toggle an individual flag in a #GSettings key which is of a flags type.

  1. this(DzlSettingsFlagAction* dzlSettingsFlagAction, bool ownedRef = false)
  2. this(string schemaId, string schemaKey, string flagNick)
    class SettingsFlagAction
    this
    (
    string schemaId
    ,
    string schemaKey
    ,
    string flagNick
    )

Return Value

A new #GAction.

Throws

ConstructionException GTK+ fails to create the object.

Meta