Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2 KB

README.md

File metadata and controls

55 lines (29 loc) · 2 KB

lwtk Examples

  • example01.lua

    This example demonstrates a simple dialog using the lwtk.TextInput widget.

    Screenshot example01

  • example03.lua

    This examples demonstrates multiple forms using lwtk.FocusGroup.

    Screenshot example03

  • example10.lua

    This example shows how a simple button widget class MyButton can be implemented by deriving from the base class lwtk.Widget.

    Screenshot example10