Re: GtkScrolledWindow containing GtkTextView containing a TextBuffer can't keep at bottom of Buffer

2013-06-10 Thread Thomas A. Moulton
On 06/09/2013 05:21 PM, Thomas A. Moulton wrote: Ok here is a single file example of my code... it works the same way it does in my larger project Any suggestions would be GREATLY appreciated! tom What happens is when you enter enough lines of text to fill the window the scrolled window

Re: GtkScrolledWindow containing GtkTextView containing a TextBuffer can't keep at bottom of Buffer

2013-06-10 Thread Colomban Wendling
Hi, Le 10/06/2013 12:26, Thomas A. Moulton a écrit : On 06/09/2013 05:21 PM, Thomas A. Moulton wrote: Ok here is a single file example of my code... it works the same way it does in my larger project Any suggestions would be GREATLY appreciated! tom What happens is when you enter enough

Re: GtkScrolledWindow containing GtkTextView containing a TextBuffer can't keep at bottom of Buffer

2013-06-10 Thread Thomas A. Moulton
That did it! Thanks! On 06/10/2013 08:44 AM, Colomban Wendling wrote: Hi, Le 10/06/2013 12:26, Thomas A. Moulton a écrit : On 06/09/2013 05:21 PM, Thomas A. Moulton wrote: Ok here is a single file example of my code... it works the same way it does in my larger project Any suggestions

GtkScrolledWindow containing GtkTextView containing a TextBuffer can't keep at bottom of Buffer

2013-06-09 Thread Thomas A. Moulton
I see a lot of questions about this and I have not found an answer that works for me. I create the chat window like this: CHAT *ChatNew(char *player) { CHAT *chatlog; GtkBox *chat; GtkTextBuffer *buf; GtkTextView *text; GtkEntry *entry; GtkScrolledWindow *scroll;

Re: GtkScrolledWindow containing GtkTextView containing a TextBuffer can't keep at bottom of Buffer

2013-06-09 Thread Thomas A. Moulton
On 06/09/2013 09:21 AM, Thomas A. Moulton wrote: I see a lot of questions about this and I have not found an answer that works for me. I create the chat window like this: The printf above at times tells me the objects are not valid, but the addresses have not changed. Also the TextBuffer