Scrolled window (gtk+ 2.2.2)

2003-07-30 Thread embyte
Hi list, I need to use a scrolled window like cmdline stdout. I'm able to append new text to it, but when i fill the text area the scroll bar doesn't lower with text. I always see the same text while my application put it later. Can you give me an example code to resolve problem? Thanks, emby

Documentation for g_strconcat

2003-07-30 Thread Shiraz Baig
I am trying to locate the documentation of following functions or variables but I couldn't find it. g_strconcat() GScanner *scanner I have searched the following files: gdk-docs.tar.gz glib-docs.tar.gz gtk-docs.tar.gz gtk-tutorial.20021027 Is there any other place where I should look for? I am

Re: Documentation for g_strconcat

2003-07-30 Thread Vadim Berezniker
Shiraz Baig wrote: I am trying to locate the documentation of following functions or variables but I couldn't find it. http://developer.gnome.org/doc/API/glib/glib-string-utility-functions.html#G-STRCONCAT http://developer.gnome.org/doc/API/glib/glib-lexical-scanner.html It should be in the glib do

RE: Scrolled window (gtk+ 2.2.2)

2003-07-30 Thread Rastatter, Ken (OH32)
"embyte" wrote on Wed, 30 Jul 2003 12:26:36 +0200 > I'm able to append new text to it, but when i fill the > text area the scroll bar doesn't lower with text. This is how I scroll to the end of a GtkTextView widget: GtkTextBuffer *textbuffer; GtkTextIter end_iter; textbuffer = gt