Struct x11_dl::xlib::XIconSize
[−]
[src]
pub struct XIconSize { pub min_width: c_int, pub min_height: c_int, pub max_width: c_int, pub max_height: c_int, pub width_inc: c_int, pub height_inc: c_int, }
Fields
min_width | |
min_height | |
max_width | |
max_height | |
width_inc | |
height_inc |