mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
action: add ResizeRelative
This commit is contained in:
parent
c53896acc6
commit
c3ce682328
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