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/
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)