Interface

Gtk-4.0GtkCellRendererSpinnerConstructorProps

interface ConstructorProps {
    active: boolean;
    cell_background: string;
    cell_background_rgba: Gdk.RGBA;
    cell_background_set: boolean;
    cellBackground: string;
    cellBackgroundRgba: Gdk.RGBA;
    cellBackgroundSet: boolean;
    editing: boolean;
    height: number;
    is_expanded: boolean;
    is_expander: boolean;
    isExpanded: boolean;
    isExpander: boolean;
    mode: Gtk.CellRendererMode;
    pulse: number;
    sensitive: boolean;
    size: Gtk.IconSize;
    visible: boolean;
    width: number;
    xalign: number;
    xpad: number;
    yalign: number;
    ypad: number;
}

Hierarchy (View Summary)

Index

Properties

active: boolean
pulse: number

Properties - Inherited from Gtk.CellRenderer.ConstructorProps

cell_background: string
cell_background_rgba: Gdk.RGBA
cell_background_set: boolean
cellBackground: string
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