Author |
Message |
Topic: Undefined Symbols |
Mike Wey
Replies: 4
Views: 66977
|
Forum: gtkD Posted: Wed May 29, 2013 3:22 pm Subject: Undefined Symbols |
I replied here: http://forum.gtkd.org/groups/GtkD/thread/8/ |
Topic: Undefined Symbols |
Mike Wey
Replies: 4
Views: 66977
|
Forum: gtkD Posted: Sun May 26, 2013 8:12 am Subject: Undefined Symbols |
Did you install the 32 or 64 bits version of the runtime ?
The latest version of GtkD no longer uses the GTK_BASEPATH, which version are you using.
PS: Also i routinely forget to check the f ... |
Topic: Forums moves to: forum.gtkd.org |
Mike Wey
Replies: 0
Views: 15618
|
Forum: gtkD Posted: Wed May 15, 2013 3:20 pm Subject: Forums moves to: forum.gtkd.org |
I've set up an vibenews instance on the server hosting gtkd.org to replace this one.
You can find it here: http://forum.gtkd.org |
Topic: bud build fails with unidentified fdopen |
Mike Wey
Replies: 1
Views: 14268
|
Forum: gtkD Posted: Mon Apr 29, 2013 12:33 pm Subject: bud build fails with unidentified fdopen |
A bit late, but yes that is indeed the case.
with dmd 2.061 the definition of fdopen was added to druntime for win32. |
Topic: How do I scroll with the cusror? |
Mike Wey
Replies: 7
Views: 26707
|
Forum: gtkD Posted: Wed Mar 27, 2013 3:54 pm Subject: How do I scroll with the cusror? |
There is a bug in the constructor for ScrolledWindow, for now you should be able to use:
_textTagTable = new TextTagTable();
_textBuffer = new TextBuffer(_textTagTable);
_te ... |
Topic: How do I scroll with the cusror? |
Mike Wey
Replies: 7
Views: 26707
|
Forum: gtkD Posted: Tue Mar 26, 2013 4:01 pm Subject: How do I scroll with the cusror? |
As far as i know following the cursor is the default behavior if the TextView is in a ScrolledWindow. |
Topic: How do I scroll with the cusror? |
Mike Wey
Replies: 7
Views: 26707
|
Forum: gtkD Posted: Mon Mar 25, 2013 3:54 pm Subject: How do I scroll with the cusror? |
Depending on what you are trying to do either:
getIterAtLocation or getIterAtPosition
And you can get an iter fron the text buffer:
TextBuffer buf = textView.getBuffer();
TextIter it ... |
Topic: How does one add a scoll bar? |
Mike Wey
Replies: 11
Views: 36491
|
Forum: gtkD Posted: Sun Mar 24, 2013 5:03 pm Subject: How does one add a scoll bar? |
Actually, it looks like I can't do any thing with Clipboard class. I guess just creating an object with it, though.
I get errors like this:
(BibleGate.exe:6048): Gtk-CRITICAL **: gtk_clipboa ... |
Topic: How does one add a scoll bar? |
Mike Wey
Replies: 11
Views: 36491
|
Forum: gtkD Posted: Fri Mar 22, 2013 1:38 pm Subject: How does one add a scoll bar? |
I think you could use:
string waitForText()
requestText requires a callback function to get the text.
extern(C) void getText(GtkClipbord* clipboard, char* text, void* userData ... |
Topic: How does one add a scoll bar? |
Mike Wey
Replies: 11
Views: 36491
|
Forum: gtkD Posted: Thu Mar 21, 2013 3:14 pm Subject: How does one add a scoll bar? |
I haven't gotten clipboard stuff working.
I haven't used the clipboard functions myself, but are there any problems you are running into?
I've stopped text for going passed the end on the right. ... |
Topic: How does one add a scoll bar? |
Mike Wey
Replies: 11
Views: 36491
|
Forum: gtkD Posted: Tue Mar 19, 2013 3:58 pm Subject: How does one add a scoll bar? |
Is the code available somewhere so i could take a look at whats going on? |
Topic: Unable to load dll |
Mike Wey
Replies: 6
Views: 23451
|
Forum: gtkD Posted: Sat Mar 16, 2013 3:24 pm Subject: Unable to load dll |
Also, while I'm at it, how do you get scroll bars working? My text goes out the bottom of the text field.
Try putting the widget inside a ScrolledWindow.[/quote] |
Topic: Unable to load dll |
Mike Wey
Replies: 6
Views: 23451
|
Forum: gtkD Posted: Sat Mar 16, 2013 11:04 am Subject: Unable to load dll |
Do you have more than one copy of the Gtk runtime installed ?
If you have an GTK_BASEPATH try removing it, (alternatively you could also set it to the correct path). |
Topic: How to go about learning gtkD? |
Mike Wey
Replies: 1
Views: 13463
|
Forum: gtkD Posted: Sat Feb 16, 2013 10:33 am Subject: How to go about learning gtkD? |
This forum would probably be the best place to ask for help. |
Topic: Unable to build GTKd 2.0 and DMD 2.060 with DSSS 0.78 |
Mike Wey
Replies: 6
Views: 26529
|
Forum: gtkD Posted: Sun Oct 07, 2012 4:33 am Subject: Unable to build GTKd 2.0 and DMD 2.060 with DSSS 0.78 |
Ok I finally got the static lib. I had to use Build/Bud Also I noticed that I cannot compile any of the demos with dmd itself however I can compile them with Build/Bud Anyway at least I ... |
|