gtk-sharp
gtk-sharp copied to clipboard
Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
Insige the glib/GType.cs (BuildEscapedName) there is a static int witch is used to build the gtype name "__gtksharp_X_.......". sb.Append("__gtksharp_"); **sb.Append(type_uid++);
Still waiting for 3 years old request.... What happend? / Wolfgang
**OS:** - MacBook Pro (15-inch, 2017) - macOS High Sierra (10.13.6) - Visual Studio for Mac 7.5.4.3 **Steps to repro:** 1. Double check: 1. No additional screens are attached, just...
_From @jeffechua on July 13, 2018 15:35_ ## Steps to Reproduce 1. Compile either of the following test cases: ``` using System; using Gtk; namespace TransparencyTest { class MainClass {...
When I use this code using (Pango.Layout layout = Pango.CairoHelper.CreateLayout(cr)) { layout.Width = Pango.Units.FromPixels(500); layout.Height = Pango.Units.FromPixels(500); layout.Wrap = Pango.WrapMode.Word; layout.Alignment = Pango.Alignment.Left; layout.Ellipsize = Pango.EllipsizeMode.Start; layout.FontDescription = Pango.FontDescription.FromString("Ahafoni CLM...
How to realize double buffering in GTK# I do so: at begin I create empty ImageSurface than I draw on it all elements using Cairo.Context than in method OnDrawn(...) I...
I am creating a project that requires embedding a foreign window into my GTK application. This require gdk_window_foreign_new, and there are currently no binding for it. This is necessary, and...
**GTK#** environment variable **conflicts** with **GTK+** environment variable... since both uses same variable name: GTKDIR / GTK_BASEPATH ... So I think GTK# must uses different name. Because many users like...
This is a PR for the gtk-sharp-2-12-branch. This PR aims to streamline the msi installer generation process by including the binaries for Mono.Posix.dll (taken from mono 3.2.3 win32 release) and...
So that the define is only enabled with the old mono version, and no define is needed for modern versions.