Hi, On Linux, the current behavior of SetEnabled(true / false) does not work very well. Ideally it should use native MODALITY.
On GTK MODAL means APPLICATION_MODAL. MODAL as in JavaFX would be archived by using Window groups: https://docs.gtk.org/gtk3/ctor.WindowGroup.new.html I would make this work, but I am unsure about Windows or MAC capabilities. Would this be possible? One approach is to move Modality to each platform Window implementation and keep the way it is for MAC and Windows and use the platform Thoughts? -- Thiago.