Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Create a new shell on different X display

If it's possible in the native GTK API, then you can use native methods to access the feature.  You can obtain the handle for the GTKWindow object from the Shell#handle field. (I think it goes without saying that this will be platform specific) :-)

Daniel

On 7/18/06, Mathias.Engelhardt@xxxxxxxxxx < Mathias.Engelhardt@xxxxxxxxxx> wrote:
Hi all,

on linux/gtk, is it possible to create a new Shell on another X display
than the one the application has been started on?

Thank you and regards
Mathias


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top