yes you can use a gobject.timeout_add() to clean once in FOO minutes depending on the average speed with which you add stuff in it /me thinks
On 9/8/05, nephish <[EMAIL PROTECTED]> wrote: > hello there > i have an app that runs always. i am using a textview in a scrolled window > and writing to a textbuffer. nothing new. > what i am wondering is.. since there are ways to delete text from a text > buffer, do i need to? > i mean, will it just continue to fill up forever ? or will it cap off > kinda fifo style after it gets too full ? > just wondering if i need to write something that will flush it out every > once in a while. > > thanks > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > -- Nikos Kouremenos | Jabber ID: [EMAIL PROTECTED] | http://members.hellug.gr/nkour _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
