GtkD CRUD Application

Ferhat Kurtulmuş aferust at gmail.com
Sat Oct 17 22:11:08 UTC 2020


On Saturday, 17 October 2020 at 14:53:35 UTC, Alaindevos wrote:
> I've written the beginning but dont know how to end.
> What is the way to add functionality for the add,edit,delete 
> button ?
> //==================================

I put an example[1] here. The fields are not editable. You will 
have to implement it. I think you will get the idea to do that.

My example uses ListBox with a fake header as a bonus. You can 
use TreeView, but it is a complex widget.

[1] 
https://gist.github.com/aferust/47cb782b55cdab1f7775b7755bc50982


More information about the Digitalmars-d-learn mailing list