Interface

Gtk-3.0GtkCellRendererConstructorProps

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;
    height: number;
    is_expanded: boolean;
    is_expander: boolean;
    isExpanded: boolean;
    isExpander: boolean;
    mode: Gtk.CellRendererMode;
    sensitive: boolean;
    visible: boolean;
    width: number;
    xalign: number;
    xpad: number;
    yalign: number;
    ypad: number;
}

Hierarchy (View Summary)

Index

Properties

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