Package: gtk

Accessor gtk-info-bar-message-type

Lambda List

gtk-info-bar-message-type (object)

Syntax

(gtk-info-bar-message-type object) => message-type
(setf (gtk-info-bar-message-type object) message-type)

Arguments

object -- a gtk-info-bar widget
message-type -- a value of the gtk-message-type enumeration

Details

Accessor of the message-type slot of the gtk-info-bar class.

The gtk-info-bar-message-type slot access function returns the message type of the message area. The (setf gtk-info-bar-message-type) slot access function sets the message type.

GTK uses this type to determine what color to use when drawing the message area.
 

See also

*2021-12-22