/ gwmenuaction.h / Functions / Description

Functions



gw_menu_action_create

Creates a menu action.
GtkWidget * gw_menu_action_create ( GtkWindow *w, GtkAccelGroup *ag, GtkWidget *parent);
This function creates a menu action.

Parameters
w refence to the main window
ag accel group
parent reference to the container

Result: the menu action.
Returns NULL when an error occured..