Re: [linux-audio-dev] Lock-free gtk/jack interaction

From: Jens M Andreasen <jens.andreasen@email-addr-hidden>
Date: Tue Mar 15 2005 - 12:54:04 EET

On Tue, 2005-03-15 at 09:36 +0100, Olivier Guilyardi wrote:

> Yeah, I'd have to reparent widgets, destroy a gtk table, and show the whole
> thing up again. I guess it wouldn't be such an optimization. Needs testing though.
>

Nah, no need to destroy ... a gtk_table_resize () is more like it.

To move things around then? Perhaps gtk_table_attach () will do, or
perhaps you'd have to move one step up to the parent class:

gtk_container_remove (table,widget)

http://www.gtk.org/api/2.6/gtk/GtkContainer.html#gtk-container-remove

BTW: I think jack has left the building by now ...

-- 
   (
    )
  c[]  //  Jens M Andreasen
Received on Tue Mar 15 16:15:07 2005

This archive was generated by hypermail 2.1.8 : Tue Mar 15 2005 - 16:15:08 EET