Unit 'gtk2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGtkImage

Declaration

Source position: gtkimage.inc line 60

type TGtkImage = record

  misc: TGtkMisc;

  storage_type: TGtkImageType;

  data: record

    case LongInt of

      0: (

          pixmap: TGtkImagePixmapData;

        );

      1: (

          image: TGtkImageImageData;

        );

      2: (

          pixbuf: TGtkImagePixbufData;

        );

      3: (

          stock: TGtkImageStockData;

        );

      4: (

          icon_set: TGtkImageIconSetData;

        );

      5: (

          anim: TGtkImageAnimationData;

        );

  end;

  mask: PGdkBitmap;

  icon_size: TGtkIconSize;

end;


Documentation generated on: 2023-03-18