Hi all,
Is there a Gtkmm-way to launch a browser? Like if I have a "Help->Visit Website" menu, how do I open the user's default browser to browse a site?
I tried looking at Inkscape's implementation, they were using Python script instead. Although I can use their script, I was wondering if there's a proper Gtkmm-specific way of doing it.