GUI development

Imperatorn johan_forsberg_86 at hotmail.com
Mon Sep 21 19:46:46 UTC 2020


On Monday, 21 September 2020 at 19:14:05 UTC, Oleg B wrote:
> On Monday, 21 September 2020 at 17:46:02 UTC, Imperatorn wrote:
>> On Monday, 21 September 2020 at 09:38:23 UTC, Martyn wrote:
>>> On Monday, 21 September 2020 at 08:39:44 UTC, Imperatorn 
>>> wrote:
>>>> [...]
>>>
>>> I have toyed with GtkD and is very promising and enjoyable.
>>> You have Glade (installed separately) that is the interface 
>>> designer. With my current project, however, I am writing it 
>>> all in D code... very easy and readable so far. :-)
>>>
>>> [...]
>>
>> I tried designing using Glade and used it with gtkD. It worked 
>> fine on Windows actually. Not native look, but that doesn't 
>> matter imho.
>
> I think you may interest in additional aux library for gtkd 
> (for using signals and automatic getting widgets from glade 
> files) https://github.com/deviator/gtkui

Cool, is it like a "strongly typed" access thing? Do you match 
the variable name with the glade element name and it "just works" 
or something like that?


More information about the Digitalmars-d mailing list