Re: Blog Post #0106: D-specific Stuff for GUI Programming II

2020-04-03 Thread Ron Tarrant via Digitalmars-d-announce

On Friday, 3 April 2020 at 10:30:42 UTC, WebFreak001 wrote:

On Friday, 3 April 2020 at 09:40:02 UTC, Ron Tarrant wrote:
Today we pick apart a D-specific implementation of the 
Observer pattern in preparation for a GUI use-case we'll look 
at next time. You can find the article right here: 
https://gtkdcoding.com/2020/04/03/0106-dlang-ui-snippets-ii.html


maybe you should mention std.signals because the observer 
pattern is already implemented in phobos in that module :)


Okay, thanks, WebFreak001. I have yet to really dig into all the 
various D libraries. I guess that'll have to come at some point.


Re: Blog Post #0106: D-specific Stuff for GUI Programming II

2020-04-03 Thread WebFreak001 via Digitalmars-d-announce

On Friday, 3 April 2020 at 09:40:02 UTC, Ron Tarrant wrote:
Today we pick apart a D-specific implementation of the Observer 
pattern in preparation for a GUI use-case we'll look at next 
time. You can find the article right here: 
https://gtkdcoding.com/2020/04/03/0106-dlang-ui-snippets-ii.html


maybe you should mention std.signals because the observer pattern 
is already implemented in phobos in that module :)


DIP 1032--Function pointers and Delegate Parameters...--Community Review Round 1 Begins

2020-04-03 Thread Mike Parker via Digitalmars-d-announce
The first round of Community Review of DIP 1032, "Function 
pointers and Delegate Parameters Inherit Attributes from 
Function", has begun.


Feedback Thread:
https://forum.dlang.org/post/tkosvxedhztfjxsxt...@forum.dlang.org

Discussion Thread:
https://forum.dlang.org/post/kfftxaescqxzcaycy...@forum.dlang.org


Blog Post #0106: D-specific Stuff for GUI Programming II

2020-04-03 Thread Ron Tarrant via Digitalmars-d-announce
Today we pick apart a D-specific implementation of the Observer 
pattern in preparation for a GUI use-case we'll look at next 
time. You can find the article right here: 
https://gtkdcoding.com/2020/04/03/0106-dlang-ui-snippets-ii.html


Re: win32 - Windows API declarations for all platforms

2020-04-03 Thread Andrej Mitrovic via Digitalmars-d-announce
On Wednesday, 1 April 2020 at 07:11:44 UTC, Vladimir Panteleev 
wrote:

More details in the README:
https://github.com/CyberShadow/win32#readme


Ohh thanks a lot for this! It will be handy for something I'm 
working on.