[][src]Function div::global::reposition

pub fn reposition(x: u32, y: u32) -> Result<(), DivError>

Redefines the global origin for all div

The position of all existing div is changed immediately, regardless of active / inactive status. if div::init() has been used instead of div::init_ex(...), the default origin is (0,0).