Re: Does such a widget exist?

2005-11-17 Thread Vivien Malerba
2005/11/16, Stefano Esposito [EMAIL PROTECTED]: Hi all, i need a widget that displays mobile/fixed points and fixed rectangles and which is capable to catch mouse-click events. Does such a widget exist somewhere in the world? :) I think you can use libgnomecanvas for that job. Regards,

Re: multithread

2005-11-17 Thread Chris Vine
On Wednesday 16 November 2005 11:21, yeajchao wrote: Hello everybody my program involved in multithread but I have no any idea about it in my program,there need two threads,and each thread has a timer when the timer is timeout ,it will awake the corresponding thread,

What is the simplest way to run an app from GTK and read its output ?

2005-11-17 Thread Colossus
Hi, I ask this question because I have a problem with my implementation of the email subject with g_spawn_async_with_pipes and g_child_watch_add (). The problem is that the function I register with g_child_watch_add is called BEFORE the child spawned with g_spawn_async_with_pipes has exited

Interactive search in a TreeView.

2005-11-17 Thread Carlos Savoretti
Hi all. I'm afraid I can't understand enough how interactive search works in a treeview. In my app, having treeview the focus, any key fires up the interactive search (I was thinking Ctrl-f would do it). Is it ok ? Furthermore, I would need to start the searching after pressing a button in a

Dynamically adjustable accelerator keys?

2005-11-17 Thread Daniel Pekelharing
Hi all, I'm wondering, how easy would it be to set up my program to have easily adjustable accelerator key mappings? It would be nice to have a setup similar to a lot of programs - where the user just hovers the mouse over the menu item, presses insert and then the desired shortcut key.. Has

Problem with large clipboards

2005-11-17 Thread Alex Foobarian
Hello list, I'm having strange issues when copying a large selection between two processes, say from P1 to P2. A large selection is any size past about 500kB. The first gtk_clipboard_request_contents() in P2 always succeeds. The subsequent calls (even if I copy a different large object in P1)

Re: How to get a GtkSizeGroup? (with attachment)

2005-11-17 Thread Jaap Haitsma
Some how my attachments don't come through. Here's a link to the tarball placed on my website http://jaap.haitsma.org/gtksizegroup.tar.gz Jaap ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Win32 Glib 2.8.x g_io_channel issues (receiving window messages on socket io channel)

2005-11-17 Thread Daniel Atallah
On 11/16/05, Tor Lillqvist [EMAIL PROTECTED] wrote: See the patch below that clears up some of the issues: 1) After getting FD_CLOSE, make the knowledge of that stick and always set G_IO_HUP. 2) Plug a handle leak, WSACloseEvent the socket's event when the channel is closed. If you can build