Author |
Message |
Topic: Yay archlinux |
hauptmech
Replies: 0
Views: 48043
|
Forum: Happy Mars Posted: Tue Feb 19, 2008 5:09 pm Subject: Yay archlinux |
You rock for doing these packages!
Can you throw up a short description of how tango & phobos play together? A list of the packages and short description would be cool too.
cheers,
hauptm ... |
Topic: Update on gtk site needed |
hauptmech
Replies: 1
Views: 9175
|
Forum: gtkD Posted: Sat Feb 09, 2008 6:54 pm Subject: Update on gtk site needed |
Someone needs to have this page updated: http://gtk.org/features.html
Point the link here, change the name to gtkD, update the tick marks, etc.
-hauptmech |
Topic: Are you using Gentoo Linux? |
hauptmech
Replies: 17
Views: 101254
|
Forum: Gentoo Posted: Mon Feb 19, 2007 8:49 pm Subject: Are you using Gentoo Linux? |
Zenwalk (Slackware) & Windows |
Topic: Questions about signals |
hauptmech
Replies: 13
Views: 27792
|
Forum: gtkD Posted: Sun Jan 28, 2007 10:55 pm Subject: Questions about signals |
The bindings are in place. Each D wrapper object points to a gtk object... So you can make anything you need to happen work if you drop down to the bindings level...
I would say anything fancy wit ... |
Topic: DUIT vs. gtkD |
hauptmech
Replies: 15
Views: 35298
|
Forum: gtkD Posted: Tue Jan 23, 2007 4:45 pm Subject: DUIT vs. gtkD |
Good point about the namespace.
gtk.* for the C binding (gtkc.* was also suggested; which would catch some typo induced errors)
gtkd.* for the D OOP Wrapper |
Topic: DUIT vs. gtkD |
hauptmech
Replies: 15
Views: 35298
|
Forum: gtkD Posted: Tue Jan 23, 2007 2:33 pm Subject: DUIT vs. gtkD |
What I think at the moment:
Project name: gtkD
You don't write #include <gtk+.h> and the cap D is becoming the defacto brand of D. It is a proper noun.
Module name:
import gtk;
impor ... |
Topic: query about inconsistency, with ideas |
hauptmech
Replies: 10
Views: 24420
|
Forum: gtkD Posted: Tue Jan 23, 2007 1:45 pm Subject: query about inconsistency, with ideas |
(keep in consideration I have little experience with gtk+)
Having all the classes under a single namespace makes sense.
Having that namespace be "gtk" I like.
Does D have any magic that ... |
Topic: gtkD logo... just a quick version |
hauptmech
Replies: 4
Views: 14429
|
Forum: gtkD Posted: Tue Jan 23, 2007 12:29 am Subject: gtkD logo... just a quick version |
The more "less than perfect" logo propasals there are; the more there will be to choose from and refine...
http://dsource.org/projects/dui/wiki/LogoProposals |
Topic: DUIT vs. gtkD |
hauptmech
Replies: 15
Views: 35298
|
Forum: gtkD Posted: Mon Jan 22, 2007 10:31 pm Subject: DUIT vs. gtkD |
I like Gtk for the main class... I think gtkd or gtkD make sense. "gtk+" is my recommendation... So it will be clear to all that using D for gtk -> a happy programmer.
There are opin ... |
Topic: Questions about signals |
hauptmech
Replies: 13
Views: 27792
|
Forum: gtkD Posted: Fri Jan 19, 2007 10:08 pm Subject: Questions about signals |
Ant,
As I'm working through the gtk tutorial the only thing about duit that gives me pause is translating the signals connect code.
the DerivedWidget.addOnEvent(delegate(DerivedWidget) dlg) impl ... |
Topic: Where is duit headed? |
hauptmech
Replies: 0
Views: 8362
|
Forum: gtkD Posted: Fri Jan 19, 2007 3:18 pm Subject: Where is duit headed? |
A wiki page on the status of duit, what the grand vision is, and what the next steps are would be nice.
It may make it easier for others to get excited about it or offer help; |
Topic: D & DUIT Tutorial |
hauptmech
Replies: 3
Views: 10830
|
Forum: gtkD Posted: Thu Jan 18, 2007 1:40 pm Subject: D & DUIT Tutorial |
What I'd like to know is what confuses beginners and what they want to know how to do.
The problem I have always had with all tutorials and texts is that the writer cannot know my exact backgroun ... |
Topic: Q&A Simple dui code examples |
hauptmech
Replies: 0
Views: 8020
|
Forum: gtkD Posted: Thu Jan 18, 2007 3:48 am Subject: Q&A Simple dui code examples |
This code is my naive attempt at a D OOP style version of the gtk tutorial "helloworld.c" program.
It works but one piece is missing. The C code is inserted and commented out approximatel ... |
Topic: Help: An example dui install for an idiot? |
hauptmech
Replies: 8
Views: 20275
|
Forum: gtkD Posted: Thu Jan 18, 2007 3:31 am Subject: Re: Stuck again... |
<snip>
All this is my fault, there is no proper documentation...
check if the code for DuitTests helps...
Last note, try using leds for your D development
(there are other IDEs available ... |
Topic: Help: An example dui install for an idiot? |
hauptmech
Replies: 8
Views: 20275
|
Forum: gtkD Posted: Wed Jan 17, 2007 6:18 pm Subject: Re: Stuck again... |
Here is what I want to run; It gives the same linker error...
module gtk.tut1;
private import gtk.AboutDialog;
private import gtk.Widget;
private import gtk.Window;
private import gtk.Label;
... |
|