lights FAQ Forum github.com/luapower/winapi

Native OS APIs
winapi
winapi.wglpanel
winapi.cairopanel
objc
xlib

groupboxclass

Group boxes


require'winapi.groupboxclass'

This module implements the GroupBox class for creating group boxes.

GroupBox

Hierarchy

Initial fields and properties

NOTE: in the table below i means initial field, r means property which can be read, w means property which can be set.

field/property irw description default reference
text irw group box’s title ‘Group’ Get/SetWindowText
w, h irw size 200, 100
tabstop irw focus on tab false WS_TABSTOP
align irw ‘left’, ‘right’, ‘center’ ‘left’ BS_LEFT/RIGHT/CENTER
flat irw flat appearance false BS_FLAT

Last updated: 3 years ago | Edit on GitHub

Package:winapi
Pkg type:Lua+ffi
Version: 16101d6
Last commit:
License: Public Domain

Requires: +events  +glue  +luajit 

Required by: cairo  cplayer  hidapi  nw  proc  sock  winapi.cairopanel  winapi.wglpanel  dollar  opengl  testui  ui 


Top