Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Interface Gio.Icon

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GIcon
Interface : Icon
Implementations: Gio.Emblem, Gio.EmblemedIcon, Gio.FileIcon, Gio.ThemedIcon
  Show / Hide Inherited methods, properties and signals
An abstract type that specifies an icon.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk.AppLaunchContext
Method
set_icon (Icon icon) : none
Sets the icon for applications that are launched with this context.
Gio
Method
Gio.content_type_get_icon (String type) : Gio.Icon
Gio
Method
Gio.icon_new_for_string (String str) : Gio.Icon
Gio
Method
Gio.unix_mount_guess_icon (UnixMountEntry mount_entry) : Gio.Icon
Gio.AppInfo
Method
get_icon () : Gio.Icon
Gio.Drive
Method
get_icon () : Gio.Icon
Gio.Emblem
Method
new Gio.Emblem.c_new (Icon icon) : Gio.Emblem
Create a new Gio.Emblem
Gio.Emblem
Method
new Gio.Emblem.with_origin (Icon icon, EmblemOrigin origin) : Gio.Emblem
Create a new Gio.Emblem
Gio.Emblem
Method
get_icon () : Gio.Icon
Gio.EmblemedIcon
Method
new Gio.EmblemedIcon.c_new (Icon icon, Emblem emblem) : Gio.EmblemedIcon
Create a new Gio.EmblemedIcon
Gio.EmblemedIcon
Method
get_icon () : Gio.Icon
Gio.FileInfo
Method
get_icon () : Gio.Icon
Gio.FileInfo
Method
set_icon (Icon icon) : none
Gio.Mount
Method
get_icon () : Gio.Icon
Gio.UnixMountPoint
Method
guess_icon () : Gio.Icon
Gio.Volume
Method
get_icon () : Gio.Icon
Gtk.Action
Property
gicon : Gio.Icon
The GIcon displayed in the GtkAction.
Gtk.Action
Method
set_gicon (Icon icon) : none
Sets the icon of action.
Gtk.Action
Method
get_gicon () : Gio.Icon
Gets the gicon of action.
Gtk.CellRendererPixbuf
Property
gicon : Gio.Icon
The GIcon representing the icon to display.
Gtk.Entry
Property
primary_icon_gicon : Gio.Icon
The GIcon to use for the primary icon for the entry.
Gtk.Entry
Property
secondary_icon_gicon : Gio.Icon
The GIcon to use for the secondary icon for the entry.
Gtk.Entry
Method
set_icon_from_gicon (EntryIconPosition icon_pos, Icon icon) : none
Sets the icon shown in the entry at the specified position from the current icon theme.
Gtk.Entry
Method
get_icon_gicon (EntryIconPosition icon_pos) : Gio.Icon
Retrieves the GIcon used for the icon, or NULL if there is no icon or if the icon was set by some other method (e.g.
Gtk.IconTheme
Method
lookup_by_gicon (Icon icon, Number size, IconLookupFlags flags) : Gtk.IconInfo
Looks up an icon and returns a structure containing information such as the filename of the icon.
Gtk.Image
Property
gicon : Gio.Icon
The GIcon displayed in the GtkImage.
Gtk.Image
Method
new Gtk.Image.from_gicon (Icon icon, Number size) : Gtk.Image
Create a new Gtk.Image
Gtk.Image
Method
set_from_gicon (Icon icon, Number size) : none
See gtk_image_new_from_gicon() for details.
Gtk.Image
Method
get_gicon () : Object
Gets the GIcon and size being displayed by the GtkImage.
Gtk.StatusIcon
Property
gicon : Gio.Icon
The GIcon displayed in the GtkStatusIcon.
Gtk.StatusIcon
Method
new Gtk.StatusIcon.from_gicon (Icon icon) : Gtk.StatusIcon
Create a new Gtk.StatusIcon
Gtk.StatusIcon
Method
set_from_gicon (Icon icon) : none
Makes status_icon display the GIcon.
Gtk.StatusIcon
Method
get_gicon () : Gio.Icon
Retrieves the GIcon being displayed by the GtkStatusIcon.
Gtk.Tooltip
Method
set_icon_from_gicon (Icon gicon, Number size) : none
Sets the icon of the tooltip (which is in front of the text) to be the icon indicated by gicon with the size indicated by size.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:31 GMT+0800 (HKT)