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.cr

Enum 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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def default? #

def destructive? #

def suggested? #