Interface

Gtk-3.0GtkPlacesSidebarConstructorProps

interface ConstructorProps {
    app_paintable: boolean;
    appPaintable: boolean;
    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;
    hadjustment: Gtk.Adjustment;
    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;
    hscrollbar_policy: Gtk.PolicyType;
    hscrollbarPolicy: Gtk.PolicyType;
    is_focus: boolean;
    isFocus: boolean;
    kinetic_scrolling: boolean;
    kineticScrolling: boolean;
    local_only: boolean;
    localOnly: boolean;
    location: Gio.File;
    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;
    max_content_height: number;
    max_content_width: number;
    maxContentHeight: number;
    maxContentWidth: number;
    min_content_height: number;
    min_content_width: number;
    minContentHeight: number;
    minContentWidth: number;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    open_flags: Gtk.PlacesOpenFlags;
    openFlags: Gtk.PlacesOpenFlags;
    overlay_scrolling: boolean;
    overlayScrolling: boolean;
    parent: Gtk.Container;
    populate_all: boolean;
    populateAll: boolean;
    propagate_natural_height: boolean;
    propagate_natural_width: boolean;
    propagateNaturalHeight: boolean;
    propagateNaturalWidth: boolean;
    receives_default: boolean;
    receivesDefault: boolean;
    resize_mode: Gtk.ResizeMode;
    resizeMode: Gtk.ResizeMode;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    shadow_type: Gtk.ShadowType;
    shadowType: Gtk.ShadowType;
    show_connect_to_server: boolean;
    show_desktop: boolean;
    show_enter_location: boolean;
    show_other_locations: boolean;
    show_recent: boolean;
    show_starred_location: boolean;
    show_trash: boolean;
    showConnectToServer: boolean;
    showDesktop: boolean;
    showEnterLocation: boolean;
    showOtherLocations: boolean;
    showRecent: boolean;
    showStarredLocation: boolean;
    showTrash: boolean;
    style: Gtk.Style;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    vadjustment: Gtk.Adjustment;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    vscrollbar_policy: Gtk.PolicyType;
    vscrollbarPolicy: Gtk.PolicyType;
    width_request: number;
    widthRequest: number;
    window: Gdk.Window;
    window_placement: Gtk.CornerType;
    window_placement_set: boolean;
    windowPlacement: Gtk.CornerType;
    windowPlacementSet: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.ScrolledWindow.ConstructorProps

Properties

local_only: boolean
localOnly: boolean
location: Gio.File
open_flags: Gtk.PlacesOpenFlags
openFlags: Gtk.PlacesOpenFlags
populate_all: boolean
populateAll: boolean
show_connect_to_server: boolean
show_desktop: boolean
show_enter_location: boolean
show_other_locations: boolean
show_recent: boolean
show_starred_location: boolean
show_trash: boolean
showConnectToServer: boolean
showDesktop: boolean
showEnterLocation: boolean
showOtherLocations: boolean
showRecent: boolean
showStarredLocation: boolean
showTrash: boolean

Properties - Inherited from Gtk.ScrolledWindow.ConstructorProps

app_paintable: boolean
appPaintable: boolean
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
hadjustment: Gtk.Adjustment
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
hscrollbar_policy: Gtk.PolicyType
hscrollbarPolicy: Gtk.PolicyType
is_focus: boolean
isFocus: boolean
kinetic_scrolling: boolean
kineticScrolling: 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
max_content_height: number
max_content_width: number
maxContentHeight: number
maxContentWidth: number
min_content_height: number
min_content_width: number
minContentHeight: number
minContentWidth: number
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
overlay_scrolling: boolean
overlayScrolling: boolean
parent: Gtk.Container
propagate_natural_height: boolean
propagate_natural_width: boolean
propagateNaturalHeight: boolean
propagateNaturalWidth: boolean
receives_default: boolean
receivesDefault: boolean
resize_mode: Gtk.ResizeMode
resizeMode: Gtk.ResizeMode
scale_factor: number
scaleFactor: number
sensitive: boolean
shadow_type: Gtk.ShadowType
shadowType: Gtk.ShadowType
style: Gtk.Style
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
vadjustment: Gtk.Adjustment
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
vscrollbar_policy: Gtk.PolicyType
vscrollbarPolicy: Gtk.PolicyType
width_request: number
widthRequest: number
window: Gdk.Window
window_placement: Gtk.CornerType
window_placement_set: boolean
windowPlacement: Gtk.CornerType
windowPlacementSet: boolean