Interface

GdkWayland-4.0GdkWaylandWaylandToplevelConstructorProps

interface ConstructorProps {
    capabilities: Gdk.ToplevelCapabilities;
    cursor: Gdk.Cursor;
    decorated: boolean;
    deletable: boolean;
    display: Gdk.Display;
    frame_clock: Gdk.FrameClock;
    frameClock: Gdk.FrameClock;
    fullscreen_mode: Gdk.FullscreenMode;
    fullscreenMode: Gdk.FullscreenMode;
    gravity: Gdk.Gravity;
    height: number;
    icon_list: any;
    iconList: any;
    mapped: boolean;
    modal: boolean;
    scale: number;
    scale_factor: number;
    scaleFactor: number;
    shortcuts_inhibited: boolean;
    shortcutsInhibited: boolean;
    startup_id: string;
    startupId: string;
    state: Gdk.ToplevelState;
    title: string;
    transient_for: Gdk.Surface;
    transientFor: Gdk.Surface;
    width: number;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gdk

decorated: boolean
deletable: boolean
fullscreen_mode: Gdk.FullscreenMode
fullscreenMode: Gdk.FullscreenMode
gravity: Gdk.Gravity
icon_list: any
iconList: any
modal: boolean
shortcuts_inhibited: boolean
shortcutsInhibited: boolean
startup_id: string
startupId: string
title: string
transient_for: Gdk.Surface
transientFor: Gdk.Surface

Properties - Inherited from GdkWayland.WaylandSurface.ConstructorProps

cursor: Gdk.Cursor
display: Gdk.Display
frame_clock: Gdk.FrameClock
frameClock: Gdk.FrameClock
height: number
mapped: boolean
scale: number
scale_factor: number
scaleFactor: number
width: number