mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
action: add ResizeRelative
This commit is contained in:
parent
e40159470b
commit
ea623daaee
4 changed files with 36 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ void view_close(struct view *view);
|
|||
* For move only, use view_move()
|
||||
*/
|
||||
void view_move_resize(struct view *view, struct wlr_box geo);
|
||||
void view_resize_relative(struct view *view,
|
||||
int left, int right, int top, int bottom);
|
||||
void view_move(struct view *view, int x, int y);
|
||||
void view_moved(struct view *view);
|
||||
void view_minimize(struct view *view, bool minimized);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue