mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +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.
|
||
|---|---|---|
| .. | ||
| builtin | ||
| canutils | ||
| fsutils | ||
| gpsutils | ||
| graphics | ||
| interpreters | ||
| modbus | ||
| netutils | ||
| nshlib | ||
| platform | ||
| system | ||
| testing | ||
| wireless | ||
| .gitignore | ||