add searchbar as a generic container
authorAlan <alan@roojs.com>
Wed, 7 Sep 2022 09:44:11 +0000 (17:44 +0800)
committerAlan <alan@roojs.com>
Wed, 7 Sep 2022 09:44:11 +0000 (17:44 +0800)
src/Palete/Gtk.vala

index 6e968ae..fcc0dd8 100644 (file)
@@ -133,6 +133,8 @@ namespace Palete {
                        this.add_special_children("Gtk.RadioButton","Gtk.Button", "_group_name"); // fake property
                        
                        this.add_special_children("Gtk.ButtonBox","Gtk.Button", "");
+                       
                        
                        this.init_node_defaults();
                    this.init_child_defaults();  
@@ -198,6 +200,7 @@ namespace Palete {
                        "Gtk.Notebook",
                        "Gtk.ApplicationWindow",
                        "Gtk.Grid",
+                       "Gtk.SearchBar",
                        
                };