IRe: GtkD CRUD Application

aberba karabutaworld at gmail.com
Sat Oct 17 17:03:48 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 ?
> //==================================
> import gtk.Button;
> import gtk.Box;
> import gtk.Label;
> import gtk.Entry;
> import gtk.Grid;
> import gtk.Main;
> import gtk.MainWindow;
> import gtk.Widget;
> import gdk.Event: Event;
> import std.array: assocArray;
> import std.conv: to;
> import std.format : format;
> import std.range: iota, retro, drop, zip;
> import std.stdio: writeln;
>
> [...]



I haven't used GTK in d myself in a long time. But gtkdcoding.com 
is s great place to see some code. You might want to start from 
the first post


More information about the Digitalmars-d-learn mailing list