gdkPixbufFormatSetDisabled {RGtk2} | R Documentation |
Disables or enables an image format. If a format is disabled,
gdk-pixbuf won't use the image loader for this format to load
images. Applications can use this to avoid using image loaders
with an inappropriate license, see gdkPixbufFormatGetLicense
.
gdkPixbufFormatSetDisabled(object, disabled)
|
[GdkPixbufFormat ] a GdkPixbufFormat |
|
[logical] TRUE to disable the format format |
Since 2.6
Derived by RGtkGen from GTK+ documentation