Re: How does one pipe output from process to text buffer?

2006-12-28 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Dec 28, 2006 at 08:10:57PM -0500, Tony Freeman wrote: [...] > Thanks! > > I'm getting really close now! Thanks for your help. Glad it was useful. I'm keeping Zeeshan cc'ed -- he proposed using libgtk. Many things apply whether you spawn a

Re: How does one pipe output from process to text buffer?

2006-12-28 Thread Tony Freeman
On Wed, 2006-12-27 at 06:17 +, [EMAIL PROTECTED] wrote: > On Tue, Dec 26, 2006 at 10:41:33PM -0500, Tony Freeman wrote: > > Hello, > > > > I need some example code or a tutorial for how to pipe output from a > > process to a GtkTextBuffer. > > > > The idea of this program is to spawn off 6 o

GDK_2BUTTON_PRESS and GDK_BUTTON_PRESS

2006-12-28 Thread Enrico Sardi
Hi all! How can I distinguish between |||GDK_BUTTON_PRESS and a | |GDK_2BUTTON_PRESS event?| Many thanks! Enrico || ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reset Tooltips ? easy (?) newbie question

2006-12-28 Thread kakuta
Hi everyone, I'd be grateful if you could help with a quick question regarding 'tooltips', is it possible to re-set the tooltips somehow? I have successfully created and set some tooltips, but I then want to change these tooltips while the program is running (depending on a cert

Re: Basic GObject question

2006-12-28 Thread Andreas Stricker
> Please don't laugh at me ;P Can someone explain me what reference counting > is for? Wikipedia explain it not too bad: http://en.wikipedia.org/wiki/Reference_counting For glib specific implementation details I recomment to read this document: http://le-hacker.org/papers/gobject/ And a short

Re: Basic GObject question

2006-12-28 Thread Yeti
On Thu, Dec 28, 2006 at 10:46:46AM +0100, Tomasz Jankowski wrote: > > Please don't laugh at me ;P Can someone explain me what reference counting > is for? To know whether an object is in use and automatically destroy it when it is not used, i.e. not referenced by anything. Google "garbage collec

Basic GObject question

2006-12-28 Thread Tomasz Jankowski
Hi! Please don't laugh at me ;P Can someone explain me what reference counting is for? -- Pozdrawiam! Tom ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list