Author |
Message |
Topic: issues building selfmock |
bkropf
Replies: 0
Views: 52329
|
Forum: DMocks Posted: Wed May 20, 2009 10:28 pm Subject: issues building selfmock |
I'm intrigued with the possibility of a mock object library for D, but selfmock seems to be in a halfway working state. There are a bunch of imports to a exception module that doesn't exist, as well ... |
Topic: using TreeModelFilter? |
bkropf
Replies: 1
Views: 8524
|
Forum: gtkD Posted: Wed May 06, 2009 9:43 pm Subject: using TreeModelFilter? |
I'm trying to figure out how to use a TreeModelFilter and not having much luck. I'm including a pretty minimal example that segfaults for me, but I don't see any reason why it should (the segfault ha ... |
Topic: TreeView / ListStore question |
bkropf
Replies: 6
Views: 17495
|
Forum: gtkD Posted: Wed May 06, 2009 9:33 pm Subject: TreeView / ListStore question |
Thanks, it worked great! |
Topic: TreeView / ListStore question |
bkropf
Replies: 6
Views: 17495
|
Forum: gtkD Posted: Sat May 02, 2009 9:19 pm Subject: TreeView / ListStore question |
I actually think the issue is related to 64 bit glib / gtk. When I print the size of a GType from gtkD, I get 4 bytes, but when I print the size of a GType from c++ I get 8 bytes.
Output from my D ... |
Topic: TreeView / ListStore question |
bkropf
Replies: 6
Views: 17495
|
Forum: gtkD Posted: Sat May 02, 2009 9:38 am Subject: TreeView / ListStore question |
I'm currently having some trouble with using ListStore with a TreeView (I haven't tried TreeStore yet, but I suspect it will be similar). I'm using current svn of gtkd, tango svn, and gdc 4.1.2 20070 ... |
Topic: Is gtk.builder fully implemented? |
bkropf
Replies: 4
Views: 14168
|
Forum: gtkD Posted: Mon Dec 22, 2008 3:51 am Subject: Is gtk.builder fully implemented? |
It seems I was able to get the provided example to build and run with no errors by adding the following (pulled from a question on another mailing list http://markmail.org/message/x6lavzyivqqk7n2i):
... |
|