Skip to content

Latest commit

 

History

History
219 lines (121 loc) · 8.25 KB

Window.md

File metadata and controls

219 lines (121 loc) · 8.25 KB

Class lwtk.Window

Contents

Inheritance

Constructor

Methods

  • Window:addChild(child)

  • Window:byId(id)

  • Window:childById(id)

  • Window:close()

  • Window:getCurrentTime()

  • Window:getFontInfo(family, slant, weight, size)

  • Window:getLayoutContext()

  • Window:getNativeHandle()

  • Window: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()

  • Window: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()

Inherited Methods