mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
GrowToEdge, ShrinkToEdge: Implement actions
This commit is contained in:
parent
81af658c1f
commit
299fb83fcc
3 changed files with 58 additions and 0 deletions
|
|
@ -371,6 +371,8 @@ void view_set_decorations(struct view *view, bool decorations);
|
|||
void view_toggle_fullscreen(struct view *view);
|
||||
void view_adjust_for_layout_change(struct view *view);
|
||||
void view_move_to_edge(struct view *view, enum view_edge direction, bool snap_to_windows);
|
||||
void view_grow_to_edge(struct view *view, enum view_edge direction);
|
||||
void view_shrink_to_edge(struct view *view, enum view_edge direction);
|
||||
void view_snap_to_edge(struct view *view, enum view_edge direction, bool store_natural_geometry);
|
||||
void view_snap_to_region(struct view *view, struct region *region, bool store_natural_geometry);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue