Interface

Gtk-3.0GtkColorSelectionConstructorProps

interface ConstructorProps {
    app_paintable: boolean;
    appPaintable: boolean;
    baseline_position: Gtk.BaselinePosition;
    baselinePosition: Gtk.BaselinePosition;
    border_width: number;
    borderWidth: number;
    can_default: boolean;
    can_focus: boolean;
    canDefault: boolean;
    canFocus: boolean;
    child: Gtk.Widget;
    composite_child: boolean;
    compositeChild: boolean;
    current_alpha: number;
    current_color: Gdk.Color;
    current_rgba: Gdk.RGBA;
    currentAlpha: number;
    currentColor: Gdk.Color;
    currentRgba: Gdk.RGBA;
    double_buffered: boolean;
    doubleBuffered: boolean;
    events: Gdk.EventMask;
    expand: boolean;
    focus_on_click: boolean;
    focusOnClick: boolean;
    halign: Gtk.Align;
    has_default: boolean;
    has_focus: boolean;
    has_opacity_control: boolean;
    has_palette: boolean;
    has_tooltip: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasOpacityControl: boolean;
    hasPalette: boolean;
    hasTooltip: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    homogeneous: boolean;
    is_focus: boolean;
    isFocus: boolean;
    margin: number;
    margin_bottom: number;
    margin_end: number;
    margin_left: number;
    margin_right: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginLeft: number;
    marginRight: number;
    marginStart: number;
    marginTop: number;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    orientation: Gtk.Orientation;
    parent: Gtk.Container;
    receives_default: boolean;
    receivesDefault: boolean;
    resize_mode: Gtk.ResizeMode;
    resizeMode: Gtk.ResizeMode;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    spacing: number;
    style: Gtk.Style;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    width_request: number;
    widthRequest: number;
    window: Gdk.Window;
}

Hierarchy (View Summary)

Index

Properties

current_alpha: number
current_color: Gdk.Color
current_rgba: Gdk.RGBA
currentAlpha: number
currentColor: Gdk.Color
currentRgba: Gdk.RGBA
has_opacity_control: boolean
has_palette: boolean
hasOpacityControl: boolean
hasPalette: boolean

Properties - Inherited from Gtk.Box.ConstructorProps

app_paintable: boolean
appPaintable: boolean
baseline_position: Gtk.BaselinePosition
baselinePosition: Gtk.BaselinePosition
border_width: number
borderWidth: number
can_default: boolean
can_focus: boolean
canDefault: boolean
canFocus: boolean
child: Gtk.Widget
composite_child: boolean
compositeChild: boolean
double_buffered: boolean
doubleBuffered: boolean
events: Gdk.EventMask
expand: boolean
focus_on_click: boolean
focusOnClick: boolean
halign: Gtk.Align
has_default: boolean
has_focus: boolean
has_tooltip: boolean
hasDefault: boolean
hasFocus: boolean
hasTooltip: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
homogeneous: boolean
is_focus: boolean
isFocus: boolean
margin: number
margin_bottom: number
margin_end: number
margin_left: number
margin_right: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginLeft: number
marginRight: number
marginStart: number
marginTop: number
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
orientation: Gtk.Orientation
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
resize_mode: Gtk.ResizeMode
resizeMode: Gtk.ResizeMode
scale_factor: number
scaleFactor: number
sensitive: boolean
spacing: number
style: Gtk.Style
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number
window: Gdk.Window