Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ImageType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkImageType
Enum : ImageType
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.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:48 GMT+0800 (HKT)