Method

GtkActivatableset_use_action_appearance

deprecated: 3.10 since: 2.16

Declaration [src]

void
gtk_activatable_set_use_action_appearance (
  GtkActivatable* activatable,
  gboolean use_appearance
)

Description [src]

Sets whether this activatable should reset its layout and appearance when setting the related action or when the action changes appearance

GtkActivatable implementors need to handle the GtkActivatable:use-action-appearance property and call gtk_activatable_sync_action_properties() to update activatable if needed.

Available since: 2.16

Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

use_appearance

Type: gboolean

Whether to use the actions appearance.