GtkSharp
GtkSharp copied to clipboard
.NET wrapper for Gtk and other related libraries
Fixes #340.
Hello, I created a custom component by inheriting a `Label` widget. I would like to change its CSS name in order to distinguish it from a regular label widget -...
are there any plans to support GTK4?
API is in GLib, not GObject library. Also added Dispose, Set/Get Int64/UInt64.
When installing dotnet via script, it is found in ~/.dotnet instead of /usr/local/dotnet
Hi, I'm working on an application that is very heavy on one window's load. I realized that handling the `Shown` event invokes the blocking methods in the eventhandler before the...
With #351 recently merged, #349 was closed. However, there was still a problem: Quoting @lytico > The workload is responsible for provide all dependencies to get GtkSharp running. > So...
Many open-source projects use a CI system where pre-release NuGet packages are pushed every day, or every time the `develop` or `main` branch is pushed to. Why can't GtkSharp do...
I've tried using G_DEBUG=fatal-criticals, but it didn't break on C#.
``I am currently making a Programming Language in C# using ANTLr and am now building a UI Framework for it. # Problem I wanna allow my users to have nearly...