enum Adw::ResponseAppearance
Overview
Describes the possible styles of #MessageDialog
response buttons.
See MessageDialog#response_appearance=
.
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
-
Default =
0_u32
-
the default appearance.
-
Suggested =
1_u32
-
used to denote important responses such as the affirmative action.
-
Destructive =
2_u32
-
used to draw attention to the potentially damaging consequences of using the response. This appearance acts as a warning to the user.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.