Re: GIOChannel, how to free?

2007-04-05 Thread Chris Vine
On Thursday 05 April 2007 00:47, Iain * wrote: > On 4/4/07, Chris Vine <[EMAIL PROTECTED]> wrote: > > > > Sure. My question is, how many times (and when) do I have to call it? > > > > > > Once when you've finished with it > > > > In the context of his original question, that is not right. His orig

Re: Can I implement such a function with gtk?

2007-04-05 Thread Scott Horowitz
On 4/5/07, Kun Niu <[EMAIL PROTECTED]> wrote: > I found that there's a function called gtk_window_iconify. > I tried to add it to my delete_event function. > It worked well for me. > But I have a request that after delete_event is triggered. The minimized > window should disppear from my system too

Re: Can I implement such a function with gtk?

2007-04-05 Thread Michael L Torrie
On Fri, 2007-04-06 at 01:01 +0800, Kun Niu wrote: > Dear all, > > I found that there's a function called gtk_window_iconify. > I tried to add it to my delete_event function. > It worked well for me. > But I have a request that after delete_event is triggered. The minimized > window should disppear

merge columns in a treeview

2007-04-05 Thread Carsten Fuchs
Hi, is it possible to merge 2 or more columns in a treeview row? I have a treeview with a treemodel and I want each parent row to span over all columns (resulting in a 1 column parent row), and have the contents of each child row in seperated columns. | v Parent row

Can I implement such a function with gtk?

2007-04-05 Thread Kun Niu
Dear all, I found that there's a function called gtk_window_iconify. I tried to add it to my delete_event function. It worked well for me. But I have a request that after delete_event is triggered. The minimized window should disppear from my system toolbar(for example, at the bottom of the screen

Re: Desesperated: I need that my server draws

2007-04-05 Thread Michael L Torrie
On Thu, 2007-04-05 at 08:43 -0700, nahuel9728 wrote: > First of all: Hello everyone. I'm developing a tool for cluster. > I have a server that receive a lot of datas. > Everytime that the server receive a data, I need that draws in a pixmap. I > have all the estructure and I know how to draw in a p

Re: Statically link with GTK

2007-04-05 Thread Tor Lillqvist
Fabrice Le Goff writes: > Is there a way to statically link with the Gtk+2.x lib ? I use either > Visual C++ 6.0, or gcc (3.4.x). Only if you build gtk and gdk yourself as a static library (and sort out what further issues that will bring). You would presumably want to build then also those gdk

Desesperated: I need that my server draws

2007-04-05 Thread nahuel9728
First of all: Hello everyone. I'm developing a tool for cluster. I have a server that receive a lot of datas. Everytime that the server receive a data, I need that draws in a pixmap. I have all the estructure and I know how to draw in a pixmap. But I dont know how to make the server draws the inte

Statically link with GTK

2007-04-05 Thread Fabrice Le Goff
Hello, Is there a way to statically link with the Gtk+2.x lib ? I use either Visual C++ 6.0, or gcc (3.4.x). Thanks for any hint, Fabrice ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-dev

RE: Dialog closing prematurely with response code of 0

2007-04-05 Thread Kevin Lambert
I have finally figured out what was going on. The dialogs were developed using Glade-2 and the buttons had "Reponse ID" set to 0 by default which is why they were returning when pressed. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Neèas (