]> git.mdlowis.com Git - proto/labwc.git/commit
menu: support titles
authorJohan Malm <jgm323@gmail.com>
Thu, 9 May 2024 20:20:15 +0000 (21:20 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 20 Aug 2024 17:01:22 +0000 (18:01 +0100)
commit0552c6b7f0008ba31e997a0a4dca56e89ff90627
tree0eca823cfc7ae6243e88abe789cd3e6ab178941f
parenta368bbee6a67271eb665c9a1b45e8cc1ec214a56
menu: support titles

...defined by `<separator label="">`.

Also add the theme option `menu.title.bg.color: #589bda`

The following will be added in separate commits
- menu.title.bg.border.color: #7cb6ec
- menu.title.text.color: #ffffff
- menu.title.text.justify: center
docs/labwc-menu.5.scd
docs/labwc-theme.5.scd
docs/themerc
include/menu/menu.h
include/theme.h
src/menu/menu.c
src/theme.c