Interface ImageType


public interface ImageType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    there is no image displayed by the widget
    static final int
    the widget contains a `GIcon`
    static final int
    the widget contains a named icon
    static final int
    the widget contains a `GdkPaintable`
  • Field Details