Struct relm4::factory::positions::FixedPosition
source · pub struct FixedPosition {
pub x: f64,
pub y: f64,
}
Expand description
Position used for gtk::Fixed
.
Fields§
§x: f64
Position on the x-axis.
y: f64
Position on the y-axis.