justinmeiners / classic-colors

Paint program for Unix. Inspired by MS Paint (Windows 95-98).
GNU General Public License v2.0
46 stars 3 forks source link

keep color RGB fields up to date with color selector #3

Open justinmeiners opened 3 years ago

justinmeiners commented 3 years ago

Unfortunately,XmColorSelector does not provide any callbacks when the color changes. I tried looking in the children for a widget I could listen to, but couldn't find one.