Re: [gtkmm4] Help on DrawingArea plus Mouse Activity

2022-07-26 Thread Mj Mendoza IV via gtkmm-list
. Kjell thanks for the link. I've always been referring to the developer-old gtkmm tutorial -- I'm still wondering why it's developer-old -- prolly cooking something new? ~creek23 On Sun, Jul 10, 2022, 04:29 Kjell Ahlstedt wrote: > Den 2022-07-09 kl. 20:02, skrev Mj Mendoza IV via gtkmm-l

[gtkmm4] Help on DrawingArea plus Mouse Activity

2022-07-09 Thread Mj Mendoza IV via gtkmm-list
Hi, I'm porting a 2D Animation Software from gtkmm3 to gtkmm4. As a drawing tool, it heavily relies on Gtk::DrawingArea and mouse activities (movements and presses). I got the keyboard activity working from a different code demo. I've tried the Cairo-based Clock demo, and adjusted my code to