-
Notifications
You must be signed in to change notification settings - Fork 33
Draft: nugetgtk3 #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Draft: nugetgtk3 #150
Conversation
Small update here: I have now ported all things that was clear for me to gtk3 The other things now seems to be quiet difficult to port now and I have not found a good porting guide for C# I only found this things: https://docs.gtk.org/gtk3/migrating-2to3.html Maybe someone have a clue how to port the other things. |
We also have a lot of protected override void Render in the code. How to replace in gtk3, when trying to enable it says:
|
Change to nugetgtk from this PR
#149
There needs much things to be replaced by nwe code.
it displays the main ide window without background color.