Re: [pygtk] TextView / TextBuffer autoscroll to end

2003-09-08 Thread Mikoyan
On Sun, 2003-09-07 at 18:44, Martin Preishuber wrote: Hi all, I tried to solve the following small problem for the 3rd time now and didn't find a solution, so I thought I'd ask here :) The problem is the following: I have a ScrolledWindow containing a TextView widget with a TextBuffer. I

Re: [pygtk] TextView / TextBuffer autoscroll to end

2003-09-08 Thread Gustavo J. A. M. Carneiro
A Dom, 2003-09-07 às 17:44, Martin Preishuber escreveu: Hi all, I tried to solve the following small problem for the 3rd time now and didn't find a solution, so I thought I'd ask here :) The problem is the following: I have a ScrolledWindow containing a TextView widget with a TextBuffer.

Re: [pygtk] TextView / TextBuffer autoscroll to end

2003-09-08 Thread Christian Reis
On Mon, Sep 08, 2003 at 02:05:13PM +0100, Gustavo J. A. M. Carneiro wrote: void console_view_scroll_to_bottom(ConsoleView *self) { GtkTextBuffer *textbuf; GtkTextMark *end_mark; textbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(self-text_view)); end_mark =

Re: [pygtk] Warnings issued by get_property

2003-09-08 Thread Christian Reis
On Fri, Sep 05, 2003 at 11:57:22AM +0800, James Henstridge wrote: On 4/09/2003 8:00 AM, Michael McLay wrote: I received an odd warning when testing the use of get_property. Accessing the 'child' property for a button returns the message: (:2640): Gtk-WARNING **:

Re: [pygtk] [2.0.0] gtk/gtktreeview.override patch

2003-09-08 Thread Christian Reis
On Thu, Sep 04, 2003 at 01:08:52PM -0500, Albert Chin wrote: C++ comments invalid for C89 code. If you have CVS access, feel free to check this in Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL

Re: [pygtk] Cant get gnome-python bonobo module to work

2003-09-08 Thread Christian Reis
On Mon, Sep 08, 2003 at 07:58:39PM -0500, Nick Hudson wrote: [EMAIL PROTECTED] /usr/lib/python2.3/site-packages # python Python 2.3 (#1, Aug 3 2003, 02:10:05) [GCC 3.2.3] on linux2 Type help, copyright, credits or license for more information. import bonobo.ui Traceback (most recent call