www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - gtkDcoding Blog Post # 28 - Menu II - CheckMenuItem

reply Ron Tarrant <rontarrant gmail.com> writes:
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!
Apr 19 2019
parent reply number <putimalitze gmx.de> writes:
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() ```
Apr 19 2019
parent Ron Tarrant <rontarrant gmail.com> writes:
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.
Apr 19 2019