gimp_message << INDEX >> gimp_message_set_handler

gimp_message_get_handler (1998)

NAME
gimp_message_get_handler - Returns the current state of where warning messages are displayed.
SYNOPSIS
handler = gimp_message_get_handler
DESCRIPTION
This procedure returns the way g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.
RETURN VALUES
TYPENAMEDESCRIPTION
INT32handlerThe current handler type: { MESSAGE_BOX (0), CONSOLE (1), ERROR_CONSOLE (2) }
SOME SYNTAX ALTERNATIVES
handler = Gimp->message_get_handler
handler = message_get_handler Layer
handler = message_get_handler Image
handler = message_get_handler Channel
handler = message_get_handler Display
handler = message_get_handler Drawable
AUTHOR
Manish Singh
(c)1998 Manish Singh


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>