gtkEntryGetIconStorageType {RGtk2}R Documentation

gtkEntryGetIconStorageType

Description

Gets the type of representation being used by the icon to store image data. If the icon has no image data, the return value will be GTK_IMAGE_EMPTY.

Usage

gtkEntryGetIconStorageType(object, icon.pos)

Arguments

object

a GtkEntry

icon.pos

Icon position

Details

Since 2.16

Value

[GtkImageType] image representation being used

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]