CellRendererIcon
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfce_cell_renderer_icon_get_type ()" ) ]
[
Version ( since =
"4.21.0" ) ]
public sealed class CellRendererIcon :
CellRenderer
The CellRendererIcon struct contains only private fields and should not be directly accessed.
Content:
Properties:
- public bool follow_state { get; set construct; }
Specifies whether the icon renderer should render icon based on the
selection state of the items.
- public Icon gicon { owned get; set; }
- public string icon { owned get; set; }
The name of the themed icon to render or an absolute path to an image
file to render.
- public int size { get; set construct; }
The size in pixel at which to render the icon.
Creation methods:
Inherited Members:
All known members inherited from class Gtk.CellRenderer
All known members inherited from class GLib.Object