Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkImageType |
Enum : | ImageType |
Properties | |
---|---|
guint32 Gtk.ImageType.ANIMATION : 4
|
|
guint32 Gtk.ImageType.EMPTY : 0
|
|
guint32 Gtk.ImageType.GICON : 6
|
|
guint32 Gtk.ImageType.ICON_NAME : 5
|
|
guint32 Gtk.ImageType.ICON_SET : 3
|
|
guint32 Gtk.ImageType.PIXBUF : 1
|
|
guint32 Gtk.ImageType.STOCK : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Entry
Property |
primary_icon_storage_type : Gtk.ImageType
read only
The representation which is used for the primary icon of the entry.
|
Gtk.Entry
Property |
secondary_icon_storage_type : Gtk.ImageType
read only
The representation which is used for the secondary icon of the entry.
|
Gtk.Entry
Method |
get_icon_storage_type
(EntryIconPosition icon_pos)
:
Gtk.ImageType
Gets the type of representation being used by the icon
to store image data. |
Gtk.Image
Property |
storage_type : Gtk.ImageType
read only
|
Gtk.Image
Method |
get_storage_type
()
:
Gtk.ImageType
Gets the type of representation being used by the GtkImage
to store image data. |
Gtk.StatusIcon
Property |
storage_type : Gtk.ImageType
read only
|
Gtk.StatusIcon
Method |
get_storage_type
()
:
Gtk.ImageType
Gets the type of representation being used by the GtkStatusIcon
to store image data. |