mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-16 18:03:23 +00:00
apps/graphics/twm4nx: CWindow: Add a global function that can be used to determine the minimum width of a window. If the window is set to a width smaller than this, then toolbar items will overlap and the toolbar will be corrupted. This is a global function (rather than a method of CWindow) because in some cases, this minimum width must be known before the window is created.
apps/graphics/twm4nx: CMenus now uses CWindows, rather that raw NX windows. This rippled through to many other things due to conflicts between NUL-terminated C strings and NXWidgets::CNxStrings.
|
||
|---|---|---|
| .. | ||
| ft80x | ||
| littlevgl | ||
| nxglyphs | ||
| nxwidgets | ||
| nxwm | ||
| pdcurs34 | ||
| save | ||
| screenshot | ||
| tiff | ||
| traveler | ||
| twm4nx | ||
| .gitignore | ||
| Make.defs | ||
| Makefile | ||