layout_attributes.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
23 /*************************************************************************************************/
125 /*************************************************************************************************/
200 inline int bottom(const place_data_t& place_data) { return top(place_data) + height(place_data); }
205 inline int right(const place_data_t& place_data) { return left(place_data) + width(place_data); }
|