Interface

Gtk-3.0GtkCellRendererPixbufConstructorProps

interface ConstructorProps {
    cell_background: string;
    cell_background_gdk: Gdk.Color;
    cell_background_rgba: Gdk.RGBA;
    cell_background_set: boolean;
    cellBackground: string;
    cellBackgroundGdk: Gdk.Color;
    cellBackgroundRgba: Gdk.RGBA;
    cellBackgroundSet: boolean;
    editing: boolean;
    follow_state: boolean;
    followState: boolean;
    gicon: Gio.Icon;
    height: number;
    icon_name: string;
    iconName: string;
    is_expanded: boolean;
    is_expander: boolean;
    isExpanded: boolean;
    isExpander: boolean;
    mode: Gtk.CellRendererMode;
    pixbuf: GdkPixbuf.Pixbuf;
    pixbuf_expander_closed: GdkPixbuf.Pixbuf;
    pixbuf_expander_open: GdkPixbuf.Pixbuf;
    pixbufExpanderClosed: GdkPixbuf.Pixbuf;
    pixbufExpanderOpen: GdkPixbuf.Pixbuf;
    sensitive: boolean;
    stock_detail: string;
    stock_id: string;
    stock_size: number;
    stockDetail: string;
    stockId: string;
    stockSize: number;
    surface: default.Surface;
    visible: boolean;
    width: number;
    xalign: number;
    xpad: number;
    yalign: number;
    ypad: number;
}

Hierarchy (View Summary)

Index

Properties

follow_state: boolean
followState: boolean
gicon: Gio.Icon
icon_name: string
iconName: string
pixbuf_expander_closed: GdkPixbuf.Pixbuf
pixbuf_expander_open: GdkPixbuf.Pixbuf
pixbufExpanderClosed: GdkPixbuf.Pixbuf
pixbufExpanderOpen: GdkPixbuf.Pixbuf
stock_detail: string
stock_id: string
stock_size: number
stockDetail: string
stockId: string
stockSize: number
surface: default.Surface

Properties - Inherited from Gtk.CellRenderer.ConstructorProps

cell_background: string
cell_background_gdk: Gdk.Color
cell_background_rgba: Gdk.RGBA
cell_background_set: boolean
cellBackground: string
cellBackgroundGdk: Gdk.Color
cellBackgroundRgba: Gdk.RGBA
cellBackgroundSet: boolean
editing: boolean
height: number
is_expanded: boolean
is_expander: boolean
isExpanded: boolean
isExpander: boolean
sensitive: boolean
visible: boolean
width: number
xalign: number
xpad: number
yalign: number
ypad: number