On Sat, 01 Jun 2019 11:09:30 GMT, Ron Tarrant wrote:

On Sat, 01 Jun 2019 01:33:29 GMT, Alex X wrote:

One of the problems I have with using gtkD is finding proper conversion from gtk code written in C/C++ and that of D. Since gtkD uses a more object oriented approach and has some name chances, it makes it hard to find what converts to what.

I wonder if something could be done about this?

Suppose there was a help page where one could enter in the gtk name(or code) and get the gtkD equivalent.
So, you're looking for a Rosetta Stone. It's an idea I've been toying with, but the task is monumental, so for now what I can offer is the gtkDcoding blog.

ATM, there are 42 posts covering 86 discrete examples of how to do various things in GtkD. And most of them have been ported from other languages, either from examples I've found around the Internet this year or from examples I wrote for the PHP-GTK2 blog I wrote in 2006. So in a way, it's kind-of a Rosetta Stone, but not as interactive as you're describing.