src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 24 Mar 2024 02:56:58 +0000 (10:56 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 24 Mar 2024 02:56:58 +0000 (10:56 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 29a14ef..e64018f 100644 (file)
                "\tGtk.TextIter iter;",
                "\tint buffer_x, buffer_y;",
                "\t_this.view.el.window_to_buffer_coords (",
-               "\t\tGtk.TextWindowTyp.TEXT, ",
+               "\t\tGtk.TextWindowType.TEXT, ",
                "\t\t(int)x, (int)y, out  buffer_x, out  buffer_y",
                "\t);",
                "",
index c96db73..56d6179 100644 (file)
@@ -1318,7 +1318,7 @@ public class Editor : Object
                                Gtk.TextIter iter;
                                int buffer_x, buffer_y;
                                _this.view.el.window_to_buffer_coords (
-                                       Gtk.TextWindowTyp.TEXT, 
+                                       Gtk.TextWindowType.TEXT, 
                                        (int)x, (int)y, out  buffer_x, out  buffer_y
                                );