/ gwmenuhelpcallback.h / Functions / Description
Functions
gw_menu_help_about_click
Launches from menu help : about.
gboolean
gw_menu_help_about_click
( GtkMenuItem *m, GtkWindow *w);
This function launches from the menu help the functionality : about
Parameters
m
menu item invoker
w
reference to the main window
Result:
Returns
TRUE
if the event is submited correctly.
Returns
FALSE
when an error occured.
.