Package: gtk

GEnum gtk:message-type

Declaration

(gobject:define-genum "GtkMessageType" message-type
  (:export t
   :type-initializer "gtk_message_type_get_type")
  (:info 0)
  (:warning 1)
  (:question 2)
  (:error 3)
  (:other 4))  

Values

:info
Informational message.
:warning
Non-fatal warning message.
:question
Question requiring a choice.
:error
Fatal error message.
:other
None of the above.

Details

The type of message being displayed in the message dialog.
 

See also

2024-4-24