src/Builder4/GtkView.bjs
[app.Builder.js] / src / Builder4 / GtkView.vala
index fde4179..1ea6a28 100644 (file)
@@ -20,9 +20,9 @@ public class Xcls_GtkView : Object
     public Xcls_sourceview sourceview;
 
         // my vars (def)
-    public int XXX;
     public Gtk.Widget lastObj;
     public int width;
+    public int last_search_end;
     public Gtk.SourceSearchContext searchcontext;
     public JsRender.JsRender file;
     public int height;
@@ -35,9 +35,9 @@ public class Xcls_GtkView : Object
         this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
         // my vars (dec)
-        this.XXX = 0;
         this.lastObj = null;
         this.width = 0;
+        this.last_search_end = 0;
         this.file = null;
         this.height = 0;