Exemple #1
0
 static void SetChildProperty_cb(IntPtr inst, IntPtr child, uint property_id, IntPtr value, IntPtr pspec)
 {
     try {
         Container __obj = GLib.Object.GetObject(inst, false) as Container;
         __obj.OnSetChildProperty(GLib.Object.GetObject(child) as Gtk.Widget, property_id, (GLib.Value)Marshal.PtrToStructure(value, typeof(GLib.Value)), pspec);
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, false);
     }
 }