On Mon, 17 Feb 2020 09:58:57 GMT, mark wrote:

The demos TestWindow example on Linux has many additional tabs compared with the same example on Windows, including: Drawing, Text, and Image.

Why is this?

Is it possible to create custom widgets using GtkD that will work on both Linux and Windows?

I want to create a widget which I can draw myself and handle key and mouse presses, and which will work on Linux and Windows.

Well, I just subclassed DrawingArea and can draw a rectangle and it works on Linux and Windows.

So I hope that the additional tabs are made available in TestWindow on Windows so that people realise it can be done.