/ gwtoolbar.h / Functions / Description

Functions



gw_tool_bar_create

Creates a handle tool bar.
GtkWidget * gw_tool_bar_create ( GtkWindow * w);
This function creates a handle tool bar.

Parameters
w refence to the main window

Result: the handle tool bar.
Returns NULL when an error occured..


gw_tool_bar_create_and_add

Creates a handle tool bar and adds to the container.
GtkWidget * gw_tool_bar_create_and_add ( GtkWindow * w, GtkWidget *parent);
This function creates a handle tool bar and adds to the container.

Parameters
w refence to the main window
parent reference to the container

Result: the handle tool bar.
Returns NULL when an error occured..