NiGUI: Custom widgets

2021-01-15 Thread lotzz
I don't think so, the example uses a new object type, so I figure the same should be available for mine. I think maybe ControlImpl might not have a draw event... I'm not sure I'll try

NiGUI: Custom widgets

2021-01-14 Thread michy
Shouldn't your 'handleDrawEvent' method have the same signature as the example?

NiGUI: Custom widgets

2021-01-14 Thread lotzz
I am not sure where else to ask this question. I am trying to not bother the person who works on this package: [NiGUI](https://github.com/trustable-code/NiGui/tree/07225b1737d56e8f93c8b5500f2c76f5ea7936cb). I am trying to make a custom widget similar to the one described in this example here. .