[][src]Function zathura_plugin_sys::zathura_document_set_position_x

pub unsafe extern "C" fn zathura_document_set_position_x(
    document: *mut zathura_document_t,
    position_x: f64
)

Sets the X position as a value relative to the document width (0=left, 1=right)

@param document The document @param position_x the X adjustment