gimp_message_get_handler << INDEX >> gimp_paintbrush

gimp_message_set_handler (1998)

NAME
gimp_message_set_handler - Controls where warning messages are displayed.
SYNOPSIS
gimp_message_set_handler (handler)
DESCRIPTION
This procedure controls how g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32handlerThe new handler type: { MESSAGE_BOX (0), CONSOLE (1), ERROR_CONSOLE (2) }
SOME SYNTAX ALTERNATIVES
Gimp->message_set_handler (handler)
message_set_handler Layer (handler)
message_set_handler Image (handler)
message_set_handler Channel (handler)
message_set_handler Display (handler)
message_set_handler Drawable (handler)
AUTHOR
Manish Singh
(c)1998 Manish Singh


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