mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
squash! [wip] Add ToggleShade
Expand ToggleShade into Shade and Unshade
This commit is contained in:
parent
0377772c5d
commit
d7d3b9f845
5 changed files with 50 additions and 38 deletions
|
|
@ -470,7 +470,8 @@ const char *view_get_string_prop(struct view *view, const char *prop);
|
|||
void view_update_title(struct view *view);
|
||||
void view_update_app_id(struct view *view);
|
||||
void view_reload_ssd(struct view *view);
|
||||
void view_toggle_shade(struct view *view);
|
||||
|
||||
void view_set_shade(struct view *view, bool shaded);
|
||||
|
||||
struct view_size_hints view_get_size_hints(struct view *view);
|
||||
void view_adjust_size(struct view *view, int *w, int *h);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue