Re: Can I get a handle to a widget in a GTK application from another application?



A Qua, 2004-07-07 às 16:01, Kala B escreveu:
> Hi,
> Can I get a handle to a widget in a GTK application from another
> application?

  No. 'Widget' is a data structure in a process, it does not exist in
the X server.  You cannot normally share it.
  You can embed a widget from one process in another process.  For that,
see GtkSocket and GtkPlug.

>  
>  I tried to use libwnck. I am able to get the window ids of other
> windows being created, but am unable to get GtkWidget from the window
> id. 
>  
> Am I heading in the correct direction? I am very new to X11/GTK/glib. 
> It would be great if somebody could guide me.
> Thanks in advance.
>  
> Regards
> Kala
> 
> Yahoo! India Careers: Over 50,000 jobs online.
> 
> ______________________________________________________________________
> _______________________________________________
> gnome-devel-list mailing list
> gnome-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-devel-list
-- 
Gustavo J. A. M. Carneiro
<gjc inescporto pt> <gustavo users sourceforge net>
The universe is always one step beyond logic




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]