pub fn make_text_and_image_button_with_tooltip(
ctx: &mut BuildContext<'_>,
text: &str,
image_width: f32,
image_height: f32,
image: Option<Resource<Texture>>,
tooltip: &str,
row: usize,
column: usize,
tab_index: Option<usize>,
color: Color,
font_size: f32,
) -> Handle<UiNode>