FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 76 matches
Forum Index
Author Message
  Topic: How do I scroll with the cusror?
joelcnz

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Wed Mar 27, 2013 4:40 pm   Subject: How do I scroll with the cusror?
Thanks Mike. That did it. I'll have to find some more questions to ask, now.
  Topic: How do I scroll with the cusror?
joelcnz

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Tue Mar 26, 2013 4:43 pm   Subject: How do I scroll with the cusror?
_textTagTable = new TextTagTable();
_textBuffer = new TextBuffer(_textTagTable);
_textView = new TextView(_textBuffer);
_textView.setWrapMode(GtkWrapMode.WORD) ...
  Topic: How do I scroll with the cusror?
joelcnz

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Tue Mar 26, 2013 4:51 am   Subject: How do I scroll with the cusror?
So how do I keep the cursor from going out of sight in a text area?
  Topic: How do I scroll with the cusror?
joelcnz

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Mon Mar 25, 2013 5:50 pm   Subject: How do I scroll with the cusror?
Yeah, I had looked at TextBuffer, but couldn't work it out. I use it for my text widgets.

I've tried the code you gave me, but no different. When I'm typing in my program in a text box, my cursor g ...
  Topic: How do I scroll with the cusror?
joelcnz

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Mon Mar 25, 2013 3:27 pm   Subject: How do I scroll with the cusror?
I'm guessing to use scrollToIter. But how do I set the iter to be connected to the cursor?
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Mon Mar 25, 2013 3:00 pm   Subject: How does one add a scoll bar?
Yay, thanks Mike. It seems to be working good now.
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Sun Mar 24, 2013 1:05 am   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?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Fri Mar 22, 2013 2:02 am   Subject: How does one add a scoll bar?
I found I can set text to the clipboard, but not paste from it.

I can't work out this function for getting from the clipboard:


void requestText (GtkClipboardTextReceivedFunc callback, void ...
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Wed Mar 20, 2013 3:54 pm   Subject: How does one add a scoll bar?
I've stopped text for going passed the end on the right. I used setRightMargin.

I don't see any thing about a OS X installer file for Gtk that was mentioned. I had a go at getting Gtk to work on OS ...
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Tue Mar 19, 2013 4:57 pm   Subject: How does one add a scoll bar?

this() {
super("Bible Gate ("~BibleVersion~") - Joel Christensen");

_clipboard = new Clipboard(_gtkClipboard);
move(0,0); ...
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Tue Mar 19, 2013 12:48 am   Subject: How does one add a scoll bar?
Yes! I got scroll bars. Thanks Mike Wey!

I've still got a problem with the text going off the edge of its cell some times.
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Mon Mar 18, 2013 10:39 pm   Subject: How does one add a scoll bar?
I still haven't managed to add scroll bars to grid cells.

I tried using ScrolledWindow. But couldn't get it working.

So, how do you (can you?) add scrolling one Grid cell or more?
  Topic: How does one add a scoll bar?
joelcnz

Replies: 11
Views: 31137

PostForum: gtkD   Posted: Sat Mar 16, 2013 2:32 pm   Subject: How does one add a scoll bar?
I don't know how to add scroll bars. My text box text goes through the bottom of the screen, and I can't bring the text up again.

I'm using a grid to lay out my widgets.
  Topic: Unable to load dll
joelcnz

Replies: 6
Views: 19884

PostForum: gtkD   Posted: Sat Mar 16, 2013 2:27 pm   Subject: Unable to load dll
Yes, got it working again! Thanks Mike. Smile
  Topic: Unable to load dll
joelcnz

Replies: 6
Views: 19884

PostForum: gtkD   Posted: Sat Mar 16, 2013 4:58 am   Subject: Unable to load dll
I'm using github to get GtkD and Gtk 3.
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group