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
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
http://mail.gnome.org/mailman/listinfo/gtk-
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) ei
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 any
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
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
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,
>
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.
Reg