Module: Gtk::ImageType

Defined in:
(unknown)

Constant Summary collapse

EMPTY =

there is no image displayed by the widget

0 or :empty
PIXBUF =

the widget contains a Gdk::Pixbuf

1 or :pixbuf
STOCK =

the widget contains a [stock item name]

2 or :stock
ICON_SET =

the widget contains a Gtk::IconSet

3 or :icon_set
ANIMATION =

the widget contains a Gdk::PixbufAnimation

4 or :animation
ICON_NAME =

the widget contains a named icon.

This image type was added in GTK+ 2.6
5 or :icon_name
GICON =

the widget contains a #GIcon.

This image type was added in GTK+ 2.14
6 or :gicon
SURFACE =

the widget contains a #cairo_surface_t.

This image type was added in GTK+ 3.10
7 or :surface