]> git.mdlowis.com Git - proto/labwc.git/commit
menu: support <separator />
authorJohan Malm <jgm323@gmail.com>
Wed, 22 Jun 2022 20:07:25 +0000 (21:07 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 25 Jun 2022 12:56:35 +0000 (14:56 +0200)
commit437230b3a0e8d0202a8e88a04e4e1b112fe921d5
tree8be08bb938648408da769786be1c026091b28980
parentf13fbd7aa66b8f7f896f5cac0f8e704741e4259b
menu: support <separator />

Add theme options:
- menu.separator.width
- menu.separator.padding.width
- menu.separator.padding.height
- menu.separator.color

Support separator lines defined by <separator />

Note that separator labels (with text) defined by <separator label="" />
are not supported.
docs/labwc-theme.5.scd
docs/themerc
include/menu/menu.h
include/theme.h
src/menu/menu.c
src/theme.c