IconPaintable
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_icon_paintable_get_type ()" ) ]
public class IconPaintable :
Object,
Paintable,
SymbolicPaintable
Contains information found when looking up an icon in `GtkIconTheme` or loading it from a file.
`GtkIconPaintable` implements `GdkPaintable` and `GtkSymbolicPaintable`.
Content:
Properties:
- public File file { owned get; construct; }
The file representing the icon, if any.
- public string icon_name { get; construct; }
The icon name that was chosen during lookup.
- public bool is_symbolic { get; set; }
Whether the icon is symbolic or not.
- public int scale { get; set; }
- public int size { get; set; }
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Gdk.Paintable
All known members inherited from interface Gtk.SymbolicPaintable