Latha Patil
Latha Patil
@joel-majano how do I switch between gtk3 and gtk4 to test snippet '62? I have setup SWT workspace from oomph in Eclipse IDE for Committers Currently I am able to...
> start the snipped with SWT_GTK4=1 env variable. Thank you for the quick reply. Does this also apply to JUnit testing and SWT examples?
I observed some test failures when SWT_GTK=1 was set for AllWidgetTests, eventually leading to a testcase that rendered Eclipse unresponsive and caused it to close. Perhaps we should consider creating...
@akurtakov As a newcomer to SWT, I would like to contribute to the porting of GTK4. I have been reviewing deprecated APIs (functions) for replacement. I noticed that below new...
> As of today against Gtk 4.10.3 compilation fails with many deprecated usages: How do we get these errors now ? I do not get these when I run build.sh...
> I can confirm that executing the binaries build (via Maven) against GTK 4 (i.e., with `-Dgtk_version=4.0`) succeeds without deprecation warnings. I assume there might be an alternative method to...
> For the record - I compile against gtk4-4.13.8-2.fc40 while ubuntu has gtk 4.6.x if I found the info correctly. Yes. In Ubuntu I have gtk 4.6.9 installed .
@akurtakov I am unable to build SWT with the -gtk-all parameter using the build.sh script due to compilation errors related to the following three GTK APIs. I have to modify...
> GTK3.java for the 3.x binding and GTK4.java for the 4.x binding. This resolves build issue and I can use -gtk-all to build both . However Launching Eclipse with SWT_GTK4=1...
Not able to reproduce in latest version of eclipse (windows 10) **Edit :** Able to reproduce in Eclipse SDK (Windows 10) Version: 2023-09 (4.29) Build id: I20230813-1800 provided performing missing...