help embedding KDE application inside java application

Richard Moore rich at xmelegance.org
Tue Nov 11 00:08:50 GMT 2003


On Monday 10 November 2003 07:13, Koos Vriezen wrote:
> > I guess you could do something similar with kstart.
>
> How then? (Idea is not to make a managed toplevel window first)

 // connect to window add to get the NEW windows
    connect(kwinmodule, SIGNAL(windowAdded(WId)), SLOT(windowAdded(WId)));

    if (window)
        kwinmodule->doNotManage( window );

It's not perfect, but it works (that's how kstart does it anyway).

Rich.





More information about the kfm-devel mailing list