/ gwwindowboxabout.h / Functions / Description

Functions



gw_window_box_about_create

Creates the about window.
GtkWidget * gw_window_box_about_create ( GtkWindow *window);
This function creates the about window. This window can be destroyed by clicking on.

Parameters
win refence to the main window

Result: the about window.
Returns NULL when an error occured..


gw_window_box_about_destroy

Destroyes the about window.
gint gw_window_box_about_destroy ( GtkWindow *w, GtkWidget **self_window);
This function destroyes the about window. This window can be destroyed by clicking on.

Parameters
w refence to the about window
self_window refence to the pointer of about window

Result: an error code.
Returns 0 when it's done.
Returns -1 when an error occured.
.