mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Add scaled_rect_buffer
scaled_rect_buffer is an implementation of scaled_scene_buffer and shows an auto-scaling bordered rectangle. This is intended for menu borders, but can be also useful for other elements like window switcher items. We will support rounded corners for scaled_rect_buffer in the future.
This commit is contained in:
parent
763ba6209e
commit
12cae9c7ee
3 changed files with 145 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ labwc_sources += files(
|
|||
'parse-bool.c',
|
||||
'parse-double.c',
|
||||
'scaled-font-buffer.c',
|
||||
'scaled-rect-buffer.c',
|
||||
'scaled-scene-buffer.c',
|
||||
'scene-helpers.c',
|
||||
'set.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue