src/Builder4/PopoverEditor.bjs
authorAlan <alan@roojs.com>
Thu, 5 May 2022 02:22:16 +0000 (10:22 +0800)
committerAlan <alan@roojs.com>
Thu, 5 May 2022 02:22:16 +0000 (10:22 +0800)
src/Builder4/PopoverEditor.vala

src/Builder4/PopoverEditor.bjs
src/Builder4/PopoverEditor.vala

index a717112..b105b3f 100644 (file)
@@ -3,6 +3,7 @@
  "items" : [
   {
    "$ xns" : "Gtk",
+   "@ void save" : "()",
    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
    "Xcls_MainWindow mainwindow" : "",
    "bool active" : false,
index e827c67..49e4b60 100644 (file)
@@ -21,6 +21,7 @@ public class Xcls_PopoverEditor : Object
         // my vars (def)
     public bool active;
     public Xcls_MainWindow mainwindow;
+    public signal void save ();
     public string prop_or_listener;
 
     // ctor