src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.bjs
index 10184c9..f56913c 100644 (file)
            "listeners" : {
             "query_tooltip" : [
              "(x, y, keyboard_tooltip, tooltip) => {",
+             "\tvar lbl = new Gtk.Label(this.el.tooltip_markup);",
+             "\tlbl.width_request = 700;",
+             "\ttooltip.set_custom(lbl);",
              "",
-             "\treturn bool;",
+             "\treturn true;",
              "}",
              ""
             ]