Good morning!

I try to create my custom composite TicTacToe widget from this example using gtkD, but I really don't know, how I can do it.

Need I inherit an element from gtk.Widget or write composite widget in C and import it to my D project by ImplementClass or something else?

Thank