Activatable.useActionAppearance

Get useActionAppearance property.

  1. bool useActionAppearance [@property getter]
    interface Activatable
    @property
    bool
    useActionAppearance
    ()
  2. bool useActionAppearance [@property setter]

Return Value

Type: bool

Whether this activatable should reset its layout and appearance when setting the related action or when the action changes appearance.

See the #GtkAction documentation directly to find which properties should be ignored by the #GtkActivatable when this property is false.

> #GtkActivatable implementors need to handle this property > and call gtk.activatable.Activatable.syncActionProperties on the activatable > widget when it changes.