Module: Gtk::MessageType

Defined in:
(unknown)

Constant Summary collapse

INFO =

Informational message

0 or :info
WARNING =

Non-fatal warning message

1 or :warning
QUESTION =

Question requiring a choice

2 or :question
ERROR =

Fatal error message

3 or :error
OTHER =

None of the above

4 or :other