Schnittstelle ImageType


public interface ImageType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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`
  • Felddetails

    • EMPTY

      static final int EMPTY
      there is no image displayed by the widget
      Siehe auch:
    • ICON_NAME

      static final int ICON_NAME
      the widget contains a named icon
      Siehe auch:
    • GICON

      static final int GICON
      the widget contains a `GIcon`
      Siehe auch:
    • PAINTABLE

      static final int PAINTABLE
      the widget contains a `GdkPaintable`
      Siehe auch: