|
i3
|

Go to the source code of this file.
Functions | |
| void | tree_move (Con *con, int direction) |
| Moves the given container in the given direction (TOK_LEFT, TOK_RIGHT, TOK_UP, TOK_DOWN from cmdparse.l) More... | |
| void tree_move | ( | Con * | con, |
| int | direction | ||
| ) |
Moves the given container in the given direction (TOK_LEFT, TOK_RIGHT, TOK_UP, TOK_DOWN from cmdparse.l)
Definition at line 139 of file move.c.
References AFTER, attach_to_workspace(), BEFORE, con_descend_direction(), con_focus(), con_fullscreen_permits_focusing(), con_get_workspace(), con_inside_floating(), con_is_floating(), con_is_leaf(), con_num_children(), con_orientation(), con_parent_with_orientation(), croot, D_LEFT, D_RIGHT, D_UP, Con::deco_render_params, DLOG, floating_disable(), focused, FREE, HORIZ, insert_con_into(), ipc_send_window_event(), LOG, move_to_output_directed(), Con::parent, TAILQ_INSERT_HEAD, TAILQ_NEXT, TAILQ_PREV, TAILQ_REMOVE, TAILQ_SWAP, tree_flatten(), Con::type, VERT, and ws_force_orientation().
Referenced by cmd_move_direction().

1.8.9.1