Lines Matching defs:con

21 void con_force_split_parents_redraw(Con *con) {  in con_force_split_parents_redraw()
79 void con_free(Con *con) { in con_free()
99 static void _con_attach(Con *con, Con *parent, Con *previous, bool ignore_focus) { in _con_attach()
222 void con_attach(Con *con, Con *parent, bool ignore_focus) { in con_attach()
230 void con_detach(Con *con) { in con_detach()
246 void con_focus(Con *con) { in con_focus()
276 static void con_raise(Con *con) { in con_raise()
287 void con_activate(Con *con) { in con_activate()
297 void con_activate_unblock(Con *con) { in con_activate_unblock()
331 void con_close(Con *con, kill_window_t kill_window) { in con_close()
361 bool con_is_leaf(Con *con) { in con_is_leaf()
369 bool con_has_managed_window(Con *con) { in con_has_managed_window()
377 bool con_has_children(Con *con) { in con_has_children()
385 bool con_is_split(Con *con) { in con_is_split()
404 bool con_is_hidden(Con *con) { in con_is_hidden()
426 bool con_is_sticky(Con *con) { in con_is_sticky()
444 bool con_accepts_window(Con *con) { in con_accepts_window()
463 Con *con_get_output(Con *con) { in con_get_output()
477 Con *con_get_workspace(Con *con) { in con_get_workspace()
489 Con *con_parent_with_orientation(Con *con, orientation_t orientation) { in con_parent_with_orientation()
516 Con *con; member
525 Con *con_get_fullscreen_con(Con *con, fullscreen_mode_t fullscreen_mode) { in con_get_fullscreen_con()
588 bool con_is_internal(Con *con) { in con_is_internal()
596 bool con_is_floating(Con *con) { in con_is_floating()
605 bool con_is_docked(Con *con) { in con_is_docked()
620 Con *con_inside_floating(Con *con) { in con_inside_floating()
638 bool con_inside_focused(Con *con) { in con_inside_focused()
650 bool con_has_parent(Con *con, Con *parent) { in con_has_parent()
669 Con *con; in con_by_window_id() local
684 Con *con; in con_by_con_id() local
699 bool con_exists(Con *con) { in con_exists()
709 Con *con; in con_by_frame_id() local
724 Con *con; in con_by_mark() local
737 bool con_has_mark(Con *con, const char *mark) { in con_has_mark()
753 void con_mark_toggle(Con *con, const char *mark, mark_mode_t mode) { in con_mark_toggle()
768 void con_mark(Con *con, const char *mark, mark_mode_t mode) { in con_mark()
798 void con_unmark(Con *con, const char *name) { in con_unmark()
852 Con *con_for_window(Con *con, i3Window *window, Match **store_match) { in con_for_window()
887 static int num_focus_heads(Con *con) { in num_focus_heads()
903 Con **get_focus_order(Con *con) { in get_focus_order()
923 void set_focus_order(Con *con, Con **focus_order) { in set_focus_order()
947 int con_num_children(Con *con) { in con_num_children()
963 int con_num_visible_children(Con *con) { in con_num_visible_children()
985 int con_num_windows(Con *con) { in con_num_windows()
1011 void con_fix_percent(Con *con) { in con_fix_percent()
1059 void con_toggle_fullscreen(Con *con, int fullscreen_mode) { in con_toggle_fullscreen()
1079 static void con_set_fullscreen_mode(Con *con, fullscreen_mode_t fullscreen_mode) { in con_set_fullscreen_mode()
1113 void con_enable_fullscreen(Con *con, fullscreen_mode_t fullscreen_mode) { in con_enable_fullscreen()
1159 void con_disable_fullscreen(Con *con) { in con_disable_fullscreen()
1175 static bool _con_move_to_con(Con *con, Con *target, bool behind_focused, bool fix_coordinates, bool… in _con_move_to_con()
1363 bool con_move_to_mark(Con *con, const char *mark) { in con_move_to_mark()
1426 void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates, bool dont_warp, bool ign… in con_move_to_workspace()
1444 void con_move_to_output(Con *con, Output *output, bool fix_coordinates) { in con_move_to_output()
1459 bool con_move_to_output_name(Con *con, const char *name, bool fix_coordinates) { in con_move_to_output_name()
1477 orientation_t con_orientation(Con *con) { in con_orientation()
1508 Con *con_next_focused(Con *con) { in con_next_focused()
1550 Con *con_descend_focused(Con *con) { in con_descend_focused()
1565 Con *con_descend_tiling_focused(Con *con) { in con_descend_tiling_focused()
1591 Con *con_descend_direction(Con *con, direction_t direction) { in con_descend_direction()
1657 Rect con_border_style_rect(Con *con) { in con_border_style_rect()
1708 adjacent_t con_adjacent_borders(Con *con) { in con_adjacent_borders()
1737 int con_border_style(Con *con) { in con_border_style()
1760 void con_set_border_style(Con *con, int border_style, int border_width) { in con_set_border_style()
1802 void con_set_layout(Con *con, layout_t layout) { in con_set_layout()
1887 void con_toggle_layout(Con *con, const char *toggle_mode) { in con_toggle_layout()
1980 static void con_on_remove_child(Con *con) { in con_on_remove_child()
2029 Rect con_minimum_size(Con *con) { in con_minimum_size()
2103 bool con_fullscreen_permits_focusing(Con *con) { in con_fullscreen_permits_focusing()
2143 bool con_has_urgent_child(Con *con) { in con_has_urgent_child()
2164 void con_update_parents_urgency(Con *con) { in con_update_parents_urgency()
2192 void con_set_urgency(Con *con, bool urgent) { in con_set_urgency()
2233 char *con_get_tree_representation(Con *con) { in con_get_tree_representation()
2296 i3String *con_parse_title_format(Con *con) { in con_parse_title_format()
2465 uint32_t con_rect_size_in_orientation(Con *con) { in con_rect_size_in_orientation()