[Gambas-user] Embed xfce4 panel into gambas application
Benoit Minisini
gambas at ...1...
Mon Aug 18 20:50:08 CEST 2008
On lundi 18 août 2008, joshiggins wrote:
> Yeah you are right, it is not decorated and does not have a title so i
> can't embed it :-(( Is the only way to embed a program by its title shown
> by the window decorator?
>
A X11 window can be found from its name (the title), its class and its role,
by using the Desktop.Find() method.
Use the 'xprop' program to find all properties associated with a window, and
look at the WM_NAME, WM_CLASS and WM_WINDOW_ROLE properties
Regards,
--
Benoit Minisini
More information about the User
mailing list