Details
gimp_message ()
gboolean gimp_message (gchar *message); |
Displays a dialog box with a message.
Displays a dialog box with a message. Useful for status or error
reporting.
gimp_message_get_handler ()
Returns the current state of where warning messages are displayed.
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.
gimp_message_set_handler ()
Controls where warning messages are displayed.
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.