Interface

Gtk-3.0GtkCalendarConstructorProps

interface ConstructorProps {
    app_paintable: boolean;
    appPaintable: boolean;
    can_default: boolean;
    can_focus: boolean;
    canDefault: boolean;
    canFocus: boolean;
    composite_child: boolean;
    compositeChild: boolean;
    day: number;
    detail_height_rows: number;
    detail_width_chars: number;
    detailHeightRows: number;
    detailWidthChars: number;
    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;
    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;
    month: number;
    name: string;
    no_month_change: boolean;
    no_show_all: boolean;
    noMonthChange: boolean;
    noShowAll: boolean;
    opacity: number;
    parent: Gtk.Container;
    receives_default: boolean;
    receivesDefault: boolean;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    show_day_names: boolean;
    show_details: boolean;
    show_heading: boolean;
    show_week_numbers: boolean;
    showDayNames: boolean;
    showDetails: boolean;
    showHeading: boolean;
    showWeekNumbers: boolean;
    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;
    year: number;
}

Hierarchy (View Summary)

Index

Properties

day: number
detail_height_rows: number
detail_width_chars: number
detailHeightRows: number
detailWidthChars: number
month: number
no_month_change: boolean
noMonthChange: boolean
show_day_names: boolean
show_details: boolean
show_heading: boolean
show_week_numbers: boolean
showDayNames: boolean
showDetails: boolean
showHeading: boolean
showWeekNumbers: boolean
year: number

Properties - Inherited from Gtk.Widget.ConstructorProps

app_paintable: boolean
appPaintable: boolean
can_default: boolean
can_focus: boolean
canDefault: boolean
canFocus: boolean
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
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
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
scale_factor: number
scaleFactor: number
sensitive: boolean
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