talkatu/talkatu

Convert TalkatuToolbar to GTK4
gtk4
2022-01-15, Elliott Sales de Andrade
d64f9c14a281
Convert TalkatuToolbar to GTK4

This is rather straightforward, because it simply involves replacing a toolbar with a box using a 'toolbar' style, and then running conversion on the `.ui` file.

Testing Done:
Compiled only the `talkatutoolbar.c.o` which passed. Also ran the `.ui` file through the GTK4 previewer.

Reviewed at https://reviews.imfreedom.org/r/1233/
###############################################################################
# Options
###############################################################################
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gtk-doc'
)
option(
'help2man',
type : 'boolean', value : true,
description : 'Whether or not to build man pages from --help output'
)
option(
'install-demo',
type : 'boolean', value : true,
description : 'Whether or not to install demo application'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'build gobject-introspection support'
)
option(
'tests',
type : 'boolean', value : true,
description : 'run unit tests'
)
option(
'vapi',
type : 'boolean', value : true,
description : 'Whether or not to build vapi files for gplugin'
)