mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Add highlight/shadow controls for beveled items
This commit is contained in:
parent
6dffb80d6a
commit
b2803b8f4d
14 changed files with 173 additions and 19 deletions
|
|
@ -15,6 +15,8 @@ struct lab_scene_rect_options {
|
|||
int height;
|
||||
enum border_type border_type;
|
||||
int bevel_width;
|
||||
int highlight;
|
||||
int shadow;
|
||||
};
|
||||
|
||||
struct lab_scene_rect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue