gtk-sharp icon indicating copy to clipboard operation
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

Results 50 gtk-sharp issues
Sort by recently updated
recently updated
newest added

Based on the patches from Mikkel Kruse Johnsen. See that the CSS demo is currently disabled since the CssProvider is not properly picked up for some reason. We will need...

This series of commits is supposed to fix and enchant the use of Gtk.Builder with custom widgets. It enables to pick GLib type name of custom class. It also fixes...

Could this be merged to mono:master ?

In the past, for the GInterface Foo we used to have: a) FooAdapter: the helper class to use GInterface implementations. b) Foo: the interface with the methods from native side....

Apply same finalizer leak fix to the rest of IDisposable-ownership cairo classes as the one recently committed for Cairo.Context[1]. [1] https://github.com/mono/gtk-sharp/commit/41eeecbf9a6d84fa29ccee9adfee98ada1f1de66

## Steps to Reproduce 1. Run a mono program, particularly with a dark GTK theme set - some elements do not obey the theme rules, leading to unreadable text. 2....

Hello everyone, Can I have example of Gtk.Assistant? I can't find google. But Mono Gtk website doesn't show about Gtk.Assistant since Gtk 2.10. Is it correct or wrong? ``` class...

What is shit? Why do I should not use Gtk Sharp 3.x What do I miss that????? ``` gui-thread-check.c:90:1: warning: no previous prototype for ‘mono_profiler_startup’ [-Wmissing-prototypes] mono_profiler_startup (const char *desc)...

In Gtk3 I got into problem on debugging Gtk-Warning-messages as: Gtk-WARNING **: 17:24:18.112: Attempting to add a widget with type GtkBox to a container of type GtkBox, but the widget...

Hi All, I am able to drag the file from anywhere and drop at my application using Gtk.DestSet. When I am trying to drag the files from my application and...