Gjsify LogoGjsify Logo

Describes the image data representation used by a #GtkImage. If you want to get the image from the widget, you can only get the currently-stored representation. e.g. if the gtk_image_get_storage_type() returns #GTK_IMAGE_PIXBUF, then you can call gtk_image_get_pixbuf() but not gtk_image_get_stock(). For empty images, you can request any storage type (call any of the "get" functions), but they will all return %NULL values.

Index

Enumeration Members

ANIMATION: number

the widget contains a #GdkPixbufAnimation

EMPTY: number

there is no image displayed by the widget

GICON: number

the widget contains a #GIcon. This image type was added in GTK+ 2.14

ICON_NAME: number

the widget contains a named icon. This image type was added in GTK+ 2.6

ICON_SET: number

the widget contains a #GtkIconSet

PIXBUF: number

the widget contains a #GdkPixbuf

STOCK: number

the widget contains a [stock item name][gtkstock]

SURFACE: number

the widget contains a #cairo_surface_t. This image type was added in GTK+ 3.10

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method