/ gwmsgbox.h / Functions / Description
Functions
gw_msg_box_create
Creates the message box window.
GtkWindow *
gw_msg_box_create
( GtkWindow *w, gchar *title, gchar *msg);
This function creates the message box window. This window can be destroyed by clicking on the OK button.
Parameters
w
main window
title
the window title
msg
the message to display
Result:
the message box.
Returns
NULL
when an error occured..