[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT.CLOSE ignored for dialogs on Linux/GTK

      Is it possible to have a dialog on GTK that does not have a close
    button on the top right of the dialog frame?  When I try not specifying
    SWT.CLOSE, it's ignored, and a close box shows up anyway.
    (Btw, I'm using the JFace Dialog class, not the SWT dialog, but
     I'm sure the same problem exists).

It depends on your window manager as to whether it will honour the request. I believe some window managers will always give a close button.


  -Billy