|
rofi 1.7.8
|

Data Fields | |
| widget | widget |
| RofiOrientation | type |
| int | max_size |
| RofiDistance | spacing |
| GList * | children |
| GList* _box::children |
Definition at line 47 of file box.c.
Referenced by box_add(), box_draw(), box_find_mouse_target(), box_free(), box_get_desired_height(), box_get_desired_width(), hori_calculate_size(), and vert_calculate_size().
| int _box::max_size |
Definition at line 43 of file box.c.
Referenced by hori_calculate_size(), and vert_calculate_size().
| RofiDistance _box::spacing |
Definition at line 45 of file box.c.
Referenced by box_create(), box_get_desired_height(), box_get_desired_width(), hori_calculate_size(), and vert_calculate_size().
| RofiOrientation _box::type |
Definition at line 42 of file box.c.
Referenced by box_add(), box_create(), box_get_desired_height(), box_get_desired_width(), and box_update().
| widget _box::widget |
Definition at line 41 of file box.c.
Referenced by box_add(), box_create(), box_resize(), hori_calculate_size(), and vert_calculate_size().