-
Cast constructor, converting any binary integer to a
ImageType.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
there is no image displayed by the widget
Declaration
Swift
static let empty: GtkImageType -
the widget contains a
GdkPixbufDeclaration
Swift
static let pixbuf: GtkImageType -
the widget contains a stock item name
Declaration
Swift
static let stock: GtkImageType -
the widget contains a
GtkIconSetDeclaration
Swift
static let iconSet: GtkImageType -
the widget contains a
GdkPixbufAnimationDeclaration
Swift
static let animation: GtkImageType -
the widget contains a named icon. This image type was added in GTK+ 2.6
Declaration
Swift
static let iconName: GtkImageType -
the widget contains a
GIcon. This image type was added in GTK+ 2.14Declaration
Swift
static let gicon: GtkImageType -
the widget contains a
cairo_surface_t. This image type was added in GTK+ 3.10Declaration
Swift
static let surface: GtkImageType
View on GitHub
Install in Dash
ImageType Extension Reference