On Friday, 19 April 2019 at 12:12:28 UTC, Ron Tarrant wrote:
Even though it's Good Friday, there's still a new blog post. As
the thread title says, it's about using the CheckMenuItem, two
examples this time.
You can find it here:
http://gtkdcoding.com/2019/04/19/0028-checkmenuitems.html
Have a great long weekend, everyone!
Hi, thanks!
The function's closing comments (first code example) need some
maintenance, 'exit' also in the code on the page itself:
```
} // exit()
...
} // keep()
...
} // toss()
```