Thread overview
gtkDcoding Blog Post # 28 - Menu II - CheckMenuItem
Apr 19, 2019
Ron Tarrant
Apr 19, 2019
number
Apr 19, 2019
Ron Tarrant
April 19, 2019
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!
April 19, 2019
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()
```

April 19, 2019
On Friday, 19 April 2019 at 17:36:34 UTC, number wrote:

> The function's closing comments (first code example) need some maintenance, 'exit' also in the code on the page itself:
> ```
> 	} // exit()
> 	...
> 	} // keep()
> 	...
> 	} // toss()
> ```
:) Thanks, as always, number. Fixed and updated.