Virtual Method
GtkActioncreate_tool_item
Declaration [src]
GtkWidget*
create_tool_item (
GtkAction* action
)
Description [src]
Creates a toolbar item widget that proxies for the given action.
Available since: | 2.4 |
Deprecated since: | 3.10 |
Use a |
Return value
Type: GtkWidget
A toolbar item connected to the action.
The data is owned by the called function. |