September 17, 2021

The third in the new series on GTK/GIO is up and ready for your perusal. Enjoy... and if some of you would be so kind as to leave comments... just so I know the system is working.

Thanks, y'all!

September 18, 2021

On Friday, 17 September 2021 at 12:32:43 UTC, Ron Tarrant wrote:

>

The third in the new series on GTK/GIO is up and ready for your perusal. Enjoy... and if some of you would be so kind as to leave comments... just so I know the system is working.

Thanks, y'all!

Thank you for your work!

I would like to see some enchancements for event callbacks (eg. Entry gives you a EditableIF interface which is a litte bit confusing if you don't know how to use it or how to cast it right to the desired sender object.

I'm always interested how to count logic items within objects. Most objects don't offer a method for it (like Grid).

Also someone could like to know how to insert or delete lines from a TextView / TextBuffer which is not so easy to begin with, like the whole iterator stuff.