pub fn find_button_place<'v>(
    view: &'v View,
    (row, position_in_row): (usize, usize)
) -> Option<(Point, &'v Button)>
Expand description

Finds the canvas offset of the button.