i3
|
#include <data.h>
Data Fields | |
int | inner |
int | top |
int | right |
int | bottom |
int | left |
int gaps_t::bottom |
Definition at line 150 of file data.h.
Referenced by apply_gaps(), calculate_effective_gaps(), dump_gaps(), gaps_bottom(), gaps_for_workspace(), has_outer_gaps(), json_int(), load_configuration(), and render_con().
int gaps_t::inner |
Definition at line 147 of file data.h.
Referenced by apply_gaps(), calculate_effective_gaps(), dump_gaps(), gaps_for_workspace(), gaps_inner(), gaps_update(), json_int(), load_configuration(), and render_con().
int gaps_t::left |
Definition at line 151 of file data.h.
Referenced by apply_gaps(), calculate_effective_gaps(), dump_gaps(), gaps_for_workspace(), gaps_left(), has_outer_gaps(), json_int(), load_configuration(), and render_con().
int gaps_t::right |
Definition at line 149 of file data.h.
Referenced by apply_gaps(), calculate_effective_gaps(), dump_gaps(), gaps_for_workspace(), gaps_right(), has_outer_gaps(), json_int(), load_configuration(), and render_con().
int gaps_t::top |
Definition at line 148 of file data.h.
Referenced by apply_gaps(), calculate_effective_gaps(), dump_gaps(), gaps_for_workspace(), gaps_top(), has_outer_gaps(), json_int(), load_configuration(), and render_con().