Re: [Gtk-sharp-list] Gtk.Revealer

2016-10-13 Thread Павел via Gtk-sharp-list
Hi. You can use this version updated to more recent gtk+ https://github.com/openmedicus/gtk-sharp it has Gtk.Revealer, I just checked it on my a bit outdated version of this fork. If you are on windows you can build latest gtk using instructions from here https://github.com/Wesley-Chan/GT

Re: [Gtk-sharp-list] UnhandledException

2017-01-26 Thread Павел via Gtk-sharp-list
Hi. You have defined in your gui.glade file, but in Glade.cs [Builder.Object] private ComboBox cboDocType; ComboBox doesn't have ActiveText property, ComboBoxText has. If you change cboDocType's type to ComboBoxText ActiveText property will be available. On Thu, 26 Jan 2017 21:43:47 +

Re: [Gtk-sharp-list] Question about GTK-Sharp

2017-02-08 Thread Павел via Gtk-sharp-list
Hi. 1. I'm using gtk-sharp3 3.22.0 As I see from decompiled code it was built for windows. [DllImport("libgtk-3-0.dll", CallingConvention = CallingConvention.Cdecl)] private static extern void gtk_actionable_set_action_name(IntPtr raw, IntPtr action_name); Why can exists a N

Re: [Gtk-sharp-list] Question about GTK-Sharp

2017-02-09 Thread Павел via Gtk-sharp-list
Are you the developer behind that GitHub repo? No, just actively using it, and have contributed few times. I had the hope that that NuGet meant Xamarin guys were still working in Gtk# 3... No, this NuGet repo https://github.com/cra0zy/gtk-sharp3-nuget has https://github.com/openmedicus/gtk