Interface

Gtk-3.0GtkCellRendererComboConstructorProps

interface ConstructorProps {
    align_set: boolean;
    alignment: Pango.Alignment;
    alignSet: boolean;
    attributes: AttrList;
    background: string;
    background_gdk: Gdk.Color;
    background_rgba: Gdk.RGBA;
    background_set: boolean;
    backgroundGdk: Gdk.Color;
    backgroundRgba: Gdk.RGBA;
    backgroundSet: boolean;
    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;
    editable: boolean;
    editable_set: boolean;
    editableSet: boolean;
    editing: boolean;
    ellipsize: Pango.EllipsizeMode;
    ellipsize_set: boolean;
    ellipsizeSet: boolean;
    family: string;
    family_set: boolean;
    familySet: boolean;
    font: string;
    font_desc: Pango.FontDescription;
    fontDesc: Pango.FontDescription;
    foreground: string;
    foreground_gdk: Gdk.Color;
    foreground_rgba: Gdk.RGBA;
    foreground_set: boolean;
    foregroundGdk: Gdk.Color;
    foregroundRgba: Gdk.RGBA;
    foregroundSet: boolean;
    has_entry: boolean;
    hasEntry: boolean;
    height: number;
    is_expanded: boolean;
    is_expander: boolean;
    isExpanded: boolean;
    isExpander: boolean;
    language: string;
    language_set: boolean;
    languageSet: boolean;
    markup: string;
    max_width_chars: number;
    maxWidthChars: number;
    mode: Gtk.CellRendererMode;
    model: Gtk.TreeModel;
    placeholder_text: string;
    placeholderText: string;
    rise: number;
    rise_set: boolean;
    riseSet: boolean;
    scale: number;
    scale_set: boolean;
    scaleSet: boolean;
    sensitive: boolean;
    single_paragraph_mode: boolean;
    singleParagraphMode: boolean;
    size: number;
    size_points: number;
    size_set: boolean;
    sizePoints: number;
    sizeSet: boolean;
    stretch: Pango.Stretch;
    stretch_set: boolean;
    stretchSet: boolean;
    strikethrough: boolean;
    strikethrough_set: boolean;
    strikethroughSet: boolean;
    style: Pango.Style;
    style_set: boolean;
    styleSet: boolean;
    text: string;
    text_column: number;
    textColumn: number;
    underline: Pango.Underline;
    underline_set: boolean;
    underlineSet: boolean;
    variant: Pango.Variant;
    variant_set: boolean;
    variantSet: boolean;
    visible: boolean;
    weight: number;
    weight_set: boolean;
    weightSet: boolean;
    width: number;
    width_chars: number;
    widthChars: number;
    wrap_mode: Pango.WrapMode;
    wrap_width: number;
    wrapMode: Pango.WrapMode;
    wrapWidth: number;
    xalign: number;
    xpad: number;
    yalign: number;
    ypad: number;
}

Hierarchy (View Summary)

Index

Properties

has_entry

has_entry: boolean
hasEntry: boolean
model: Gtk.TreeModel
text_column: number
textColumn: number

Properties - Inherited from Gtk.CellRendererText.ConstructorProps

align_set: boolean
alignment: Pango.Alignment
alignSet: boolean
attributes: AttrList
background: string
background_gdk: Gdk.Color
background_rgba: Gdk.RGBA
background_set: boolean
backgroundGdk: Gdk.Color
backgroundRgba: Gdk.RGBA
backgroundSet: boolean
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
editable: boolean
editable_set: boolean
editableSet: boolean
editing: boolean
ellipsize: Pango.EllipsizeMode
ellipsize_set: boolean
ellipsizeSet: boolean
family: string
family_set: boolean
familySet: boolean
font: string
foreground: string
foreground_gdk: Gdk.Color
foreground_rgba: Gdk.RGBA
foreground_set: boolean
foregroundGdk: Gdk.Color
foregroundRgba: Gdk.RGBA
foregroundSet: boolean
height: number
is_expanded: boolean
is_expander: boolean
isExpanded: boolean
isExpander: boolean
language: string
language_set: boolean
languageSet: boolean
markup: string
max_width_chars: number
maxWidthChars: number
placeholder_text: string
placeholderText: string
rise: number
rise_set: boolean
riseSet: boolean
scale: number
scale_set: boolean
scaleSet: boolean
sensitive: boolean
single_paragraph_mode: boolean
singleParagraphMode: boolean
size: number
size_points: number
size_set: boolean
sizePoints: number
sizeSet: boolean
stretch: Pango.Stretch
stretch_set: boolean
stretchSet: boolean
strikethrough: boolean
strikethrough_set: boolean
strikethroughSet: boolean
style: Pango.Style
style_set: boolean
styleSet: boolean
text: string
underline: Pango.Underline
underline_set: boolean
underlineSet: boolean
variant: Pango.Variant
variant_set: boolean
variantSet: boolean
visible: boolean
weight: number
weight_set: boolean
weightSet: boolean
width: number
width_chars: number
widthChars: number
wrap_mode: Pango.WrapMode
wrap_width: number
wrapMode: Pango.WrapMode
wrapWidth: number
xalign: number
xpad: number
yalign: number
ypad: number