GFileIcon {RGtk2} | R Documentation |
Icons pointing to an image file
gFileIconNew(file)
gFileIconGetFile(object)
gFileIcon(file)
GObject +----GFileIcon
GFileIcon implements
GIcon
and GLoadableIcon
.
GFileIcon
specifies an icon by pointing to an image file
to be used as icon.
GFileIcon
Gets an icon for a GFile
. Implements GLoadableIcon
.
gFileIcon
is the equivalent of gFileIconNew
.
file[
GFile
: * : Read / Write / Construct Only]The file containing the icon.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gio/GFileIcon.html