i3
move.h File Reference
#include <config.h>
Include dependency graph for move.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void tree_move (Con *con, direction_t direction)
 Moves the given container in the given direction.
void insert_con_into (Con *con, Con *target, position_t position)
 This function detaches 'con' from its parent and inserts it either before or after 'target'.

Function Documentation

◆ insert_con_into()

void insert_con_into ( Con * con,
Con * target,
position_t position )

◆ tree_move()