- Inheritance
- Constructor
- Methods
- addChild()
- byId()
- childById()
- close()
- getCurrentTime()
- getFontInfo()
- getLayoutContext()
- getNativeHandle()
- getRoot()
- getSize()
- hide()
- isClosed()
- requestClose()
- requestFocus()
- setColor()
- setFrame()
- setInterceptKeyDown()
- setInterceptMouseDown()
- setMaxSize()
- setMaxSizeFixed()
- setMinSize()
- setOnClose()
- setOnSizeRequest()
- setSize()
- setTimer()
- setTitle()
- show()
- triggerLayout()
- triggerRedraw()
- _clearChildLookup()
- _handleConfigure()
- _handleExpose()
- _handleFocusIn()
- _handleFocusOut()
- _handleMap()
- _handleMouseDown()
- _handleMouseEnter()
- _handleMouseLeave()
- _handleMouseMove()
- _handleMouseScroll()
- _handleMouseUp()
- _postProcessChanges()
- _processChanges()
- Inherited Methods
- / Object / Actionable / Node / Drawable / Styleable / KeyHandler / MouseDispatcher /
Window
-
Window(app, initParams)
- Overrides: MouseDispatcher()
- Overrides: KeyHandler()
- Overrides: Styleable()
- Overrides: Actionable()
- Overrides: Styleable()
- Overrides: KeyHandler()
- Overrides: MouseDispatcher()
-
Window:addChild(child)
- Implements: Node:addChild()
-
Window:byId(id)
-
Window:childById(id)
- Implementation: Group:childById()
-
Window:close()
-
Window:getCurrentTime()
-
Window:getFontInfo(family, slant, weight, size)
-
Window:getLayoutContext()
-
Window:getNativeHandle()
-
Window:getRoot()
- Implementation: Component:getRoot()
-
Window:getSize()
-
Window:hide()
-
Window:isClosed()
-
Window:requestClose()
-
Window:requestFocus()
-
Window:setColor(color)
-
Window:setFrame(x, y, w, h)
-
Window:setInterceptKeyDown(interceptKeyDown)
-
Window:setInterceptMouseDown(interceptMouseDown)
-
Window:setMaxSize(w, h)
-
Window:setMaxSizeFixed(flag)
-
Window:setMinSize(w, h)
-
Window:setOnClose(onClose)
-
Window:setOnSizeRequest(onSizeRequest)
-
Window:setSize(w, h)
-
Window:setTimer(seconds, func, ...)
-
Window:setTitle(title)
-
Window:show()
-
Window:triggerLayout()
- Implementation: Component:triggerLayout()
-
Window:triggerRedraw()
- Implementation: Component:triggerRedraw()
-
Window:_clearChildLookup()
-
Window:_handleConfigure(x, y, w, h)
-
Window:_handleExpose(x, y, w, h, count)
-
Window:_handleFocusIn()
-
Window:_handleFocusOut()
-
Window:_handleMap()
-
Window:_handleMouseDown(mx, my, button, modState)
-
Window:_handleMouseEnter(mx, my)
-
Window:_handleMouseLeave(mx, my)
-
Window:_handleMouseMove(mx, my)
-
Window:_handleMouseScroll(dx, dy)
-
Window:_handleMouseUp(mx, my, button, modState)
-
Window:_postProcessChanges()
-
Window:_processChanges()