On Tue, 11 Jun 2019 09:56:54 GMT, Ron Tarrant wrote:

On Tue, 11 Jun 2019 07:59:10 GMT, Alex X wrote:

APaned.addOnMoveHandle((GtkScrollType, Paned p) { });

Is never called. Is there something I have to do to make this work?

It's been a while since I wrote up the blog examples, but I seem to remember running into this as well.

If you just want to track the position of the divider, you can use addOnButtonRelease().

The problem is one can't do this in real time. Meaning if one needs to monitor the changes in between to do something responsible it is not possible. Of course one can create a motion change event to deal with it all but it requires quite a bit more code for something that is a bug.