Method
GtkActioncreate_icon
Declaration [src]
GtkWidget*
gtk_action_create_icon (
GtkAction* action,
GtkIconSize icon_size
)
Description [src]
This function is intended for use by action implementations to create icons displayed in the proxy widgets.
Available since: | 2.4 |
Deprecated since: | 3.10 |
Use |
Return value
Type: GtkWidget
A widget that displays the icon for this action.
The data is owned by the instance. |