pidgin/pidgin

Use standard GTK tooltip in the buddy list.

2021-06-14, Elliott Sales de Andrade
0d2cd3af6983
Use standard GTK tooltip in the buddy list.

Instead of drawing this all ourselves, drop it all in a `GtkGrid`. This handles all the padding and alignment for us, which is way more consistent, too.

Note, old code has not been removed because it's used in conversations.

Testing Done:
Hover over buddy list, try with keyboard `Ctrl+F1`.

Reviewed at https://reviews.imfreedom.org/r/754/
pidginpixmapdir = get_option('datadir') / 'pixmaps/pidgin'
subdir('emotes')
if INSTALL_PIXMAPS
install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
install_dir : pidginpixmapdir)
# Some of these don't use install_subdir because it deletes the target,
# and some target directories probably have something in them, for those
# installing somewhere with existing stuff. Additionally, we have
# extra stuff in our directories we don't want to install.
install_data('edit.png', 'info.png', 'pause.png',
install_dir : pidginpixmapdir / 'buttons')
subdir('tray')
endif