mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
Add MoveToCursor action
This commit is contained in:
parent
5c4038493f
commit
8920e546db
4 changed files with 56 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ void view_resize_relative(struct view *view,
|
|||
int left, int right, int top, int bottom);
|
||||
void view_move_relative(struct view *view, int x, int y);
|
||||
void view_move(struct view *view, int x, int y);
|
||||
void view_move_to_cursor(struct view *view);
|
||||
void view_moved(struct view *view);
|
||||
void view_minimize(struct view *view, bool minimized);
|
||||
void view_store_natural_geometry(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue