src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 1 Feb 2024 11:52:52 +0000 (19:52 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 1 Feb 2024 11:52:52 +0000 (19:52 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index c69075f..0faebc1 100644 (file)
             ]
            },
            "string placeholder_text" : "Search for file",
+           "string tooltip_text" : "up/down arrow to select file, enter opens selected in new window/ shift enter opens it in this window x",
            "xtype" : "SearchEntry"
           }
          ],
index 6f92377..8259844 100644 (file)
@@ -1414,6 +1414,7 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.hexpand = true;
+                       this.el.tooltip_text = "up/down arrow to select file, enter opens selected in new window/ shift enter opens it in this window x";
                        this.el.has_tooltip = true;
                        this.el.placeholder_text = "Search for file";
                        var child_1 = new Xcls_EventControllerKey37( _this );