Image.useFallback

Set useFallback property.

  1. bool useFallback [@property getter]
  2. bool useFallback [@property setter]
    class Image
    @property
    void
    useFallback
    (
    bool propval
    )

Parameters

propval bool

Whether the icon displayed in the gtk.image.Image will use standard icon names fallback.

The value of this property is only relevant for images of type gtk.types.ImageType.IconName and gtk.types.ImageType.Gicon.