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