March 11, 2016 LDC » Re: Bootstrapping build | |||
|---|---|---|---|
| |||
...That way I can painlessly install shared GtkD libraries for both dmd-2.069 and... | |||
February 29, 2016 Announce » Re: Terminix 0.51.0 Released | |||
|---|---|---|---|
| |||
...I really appreciate all your work on GtkD and the support you've given me... | |||
February 27, 2016 Announce » Terminix 0.51.0 Released | |||
|---|---|---|---|
| |||
...development using GtkD since this might be useful as a real world GtkD program that... | |||
February 26, 2016 Learn » GStreamer and D | |||
|---|---|---|---|
| |||
...using GStreamer from D. I found that GtkD packages a GStreamer API which is great... | |||
February 25, 2016 Learn » Re: How to better organize dub project to get 3 exe from same codebase? | |||
|---|---|---|---|
| |||
...gtkd" platform="windows"
configuration "nogtk" {
platforms "windows"
}
configuration "gtk" {
platforms "posix"
dependency "gtk-d:gtkd... | |||
February 20, 2016 Learn » Re: Status icon on Linux | |||
|---|---|---|---|
| |||
...probably need to add libnotify bindings to GtkD. Though sending notifications using DBus is also... | |||
February 05, 2016 Learn » Re: std.signals crashes GtkD gui application when SpinButton tied to signal. | |||
|---|---|---|---|
| |||
Wait it's happening again. It's sporadic I guess. | |||
February 05, 2016 Learn » std.signals crashes GtkD gui application when SpinButton tied to signal. | |||
|---|---|---|---|
| |||
...see my source code? You need: Visual D GtkD-3.(latest) (32-bit) Gtk Runtime | |||
February 02, 2016 Learn » Re: How would you implement this in D? (signals & slots) | |||
|---|---|---|---|
| |||
...widget differentiation is quite important. For my GtkD app where I need my own events... | |||
January 30, 2016 Learn » Re: How do you get mouse movement info in GtkD? | |||
|---|---|---|---|
| |||
I see now:
bool onMouseMove(GdkEventMotion* eventMotion, Widget widget) {
//event.get
writeln("Mouse move event... | |||
Copyright © 1999-2021 by the D Language Foundation