usr.bin/tmux/tmux.h
1412
struct layout_cell {
usr.bin/tmux/tmux.h
3411
u_int layout_count_cells(struct layout_cell *);
usr.bin/tmux/tmux.h
3412
struct layout_cell *layout_create_cell(struct layout_cell *);
usr.bin/tmux/tmux.h
3413
void layout_free_cell(struct layout_cell *);
usr.bin/tmux/tmux.h
3414
void layout_print_cell(struct layout_cell *, const char *, u_int);
usr.bin/tmux/tmux.h
3415
void layout_destroy_cell(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3416
struct layout_cell **);
usr.bin/tmux/tmux.h
3417
void layout_resize_layout(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3419
struct layout_cell *layout_search_by_border(struct layout_cell *, u_int, u_int);
usr.bin/tmux/tmux.h
3420
void layout_set_size(struct layout_cell *, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
3422
void layout_make_leaf(struct layout_cell *, struct window_pane *);
usr.bin/tmux/tmux.h
3423
void layout_make_node(struct layout_cell *, enum layout_type);
usr.bin/tmux/tmux.h
3426
void layout_resize_adjust(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3435
void layout_assign_pane(struct layout_cell *, struct window_pane *,
usr.bin/tmux/tmux.h
3440
int layout_spread_cell(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3444
char *layout_dump(struct window *, struct layout_cell *);