Module: Gtk::ImageType

Defined in:
(unknown)

Constant Summary collapse

EMPTY =

there is no image displayed by the widget

0 or :empty
ICON_NAME =

the widget contains a named icon

1 or :icon_name
GICON =

the widget contains a GIcon

2 or :gicon
PAINTABLE =

the widget contains a GdkPaintable

3 or :paintable