gtkActionCreateIcon {RGtk2}R Documentation

gtkActionCreateIcon

Description

This function is intended for use by action implementations to create icons displayed in the proxy widgets.

Usage

gtkActionCreateIcon(object, icon.size)

Arguments

object [GtkAction] the action object
icon.size [GtkIconSize] the size of the icon that should be created.

Details

Since 2.4

Value

[GtkWidget] a widget that displays the icon for this action.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]