Gjsify LogoGjsify Logo

Attributes to use for a newly-created window.

record

Hierarchy

  • WindowAttr

Index

Constructors

Properties

cursor: Gdk.Cursor

cursor for the window (see gdk_window_set_cursor())

field
event_mask: number

event mask (see gdk_window_set_events())

field
height: number

height of window

field
override_redirect: boolean

%TRUE to bypass the window manager

field
title: string

title of the window (for toplevel windows)

field
type_hint: Gdk.WindowTypeHint

a hint of the function of the window

field
visual: Gdk.Visual

#GdkVisual for window

field

#GDK_INPUT_OUTPUT (normal window) or #GDK_INPUT_ONLY (invisible window that receives events)

field
width: number

width of window

field
window_type: Gdk.WindowType

type of window

field
wmclass_class: string

don’t use (see gtk_window_set_wmclass())

field
wmclass_name: string

don’t use (see gtk_window_set_wmclass())

field
x: number

X coordinate relative to parent window (see gdk_window_move())

field
y: number

Y coordinate relative to parent window (see gdk_window_move())

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method