cost 166 ms
SHIFT-F6 as menu shortcut

In my current code I have the code which works as expected - I can execute the handler pm.runFile() by pressing CTRL+SHIFT+r. Reason why I did it t ...

2022-07-06 13:57:30   1   32    d / gtkd  
Gtkd TreeModel ComboBox

I'm following the steps in this tutorial to create a TreeModel ComboBox in Gtkd (not gtkmm): https://developer.gnome.org/gtkmm-tutorial/stable/combob ...

How to use gtkd on linux

I am trying to compile a hello world program using the gtkd library. I am using the dmd compiler (installed into my ~/ directory) and I have already c ...

2015-03-18 11:21:04   1   250    linux / d / gtkd  
D Classes, OOP and GTKd Notebook

I am trying to append a page to a gtk notebook using gtkd from the second class (MyNewClass) below. The notebook is created within the first class, ma ...

2014-06-06 02:42:31   1   104    d / gtkd  
GtkD undefined reference

My code: When I try to compile with DMD (or gdc), I get the errors: I have spent the last two days trying to compile this simple hello world app ...

2014-05-26 05:22:52   1   267    d / dmd / gtkd  
GtkD with D lang on Fedora

I use Fedora20 and I install gtkd via sudo yum install gtkd How to compile gtk this code ? but i get this error ➜ /tmp dmd -L-lgtkd -L-ldl main.d ...

2014-05-08 12:59:17   1   411    gtk / d / pony / gtkd  
D lang work with Gtk

I have trouble with gtk: I cloned from git: https://github.com/gtkd-developers/GtkD.git make & sudo make install added -I/usr/local/includ ...

2013-06-15 08:57:55   1   707    d / dmd / gtkd  
Key Input using GtkD

I'm a beginner of both gtk and GtkD. Now, I'm trying to get input from keyboard with reference to this . But, It seems that three years have made some ...

Can't compile GtkD SourceView code

I am new to gtk programming and d and learning using demos from gtkd source. when i try to compile the code below [ i am using dmd-2.060 and gtkd-2.0 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM