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 |
None |
Method / Constructor | Defined By | |
---|---|---|
Gio.Icon | ||
to_string
()
:
String
|
Gio.Icon |
None |
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
Method |
|
Gio
Method |
|
Gio.AppInfo
Method |
get_icon
()
:
Gio.Icon
|
Gio.Drive
Method |
get_icon
()
:
Gio.Icon
|
Gio.Emblem
Method |
Create a new Gio.Emblem
|
Gio.Emblem
Method |
Create a new Gio.Emblem
|
Gio.Emblem
Method |
get_icon
()
:
Gio.Icon
|
Gio.EmblemedIcon
Method |
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 |
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 |
Create a new Gtk.Image
|
Gtk.Image
Method |
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 |
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 |
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.
|