Functions | |
| def | group (frame, x, y, width, height) |
| def | main () |
Variables | |
| string | WINDOW_NAME = 'Complex layout' |
| def complex-layout.group | ( | frame, | |
| x, | |||
| y, | |||
| width, | |||
| height | |||
| ) |
References cvui.rect(), cvui.text(), and cvui.window().
Referenced by main().
| def complex-layout.main | ( | ) |
References group(), cvui.init(), and cvui.update().
| string complex-layout.WINDOW_NAME = 'Complex layout' |