src/Palete/Gtk.vala
authorAlan <alan@roojs.com>
Wed, 15 Jun 2022 08:47:18 +0000 (16:47 +0800)
committerAlan <alan@roojs.com>
Wed, 15 Jun 2022 08:47:18 +0000 (16:47 +0800)
src/Palete/Gtk.vala

index d04912a..7d2e51f 100644 (file)
@@ -591,8 +591,8 @@ namespace Palete {
                        this.add_node_default_from_ctor("Gtk.FileChooserWidget", "new"); 
                        this.add_node_default("Gtk.Frame", "label", "Label"); 
                        
-                       this.add_node_default("Gtk.Grid", "_columns", "2"); // fake properties
-                       this.add_node_default("Gtk.Grid", "_rows", "2");  // fake properties
+                       this.add_node_default("Gtk.Grid", "columns", "2"); // special properties
+                       this.add_node_default("Gtk.Grid", "rows", "2");  // special properties
                 
                        this.add_node_default("Gtk.HeaderBar", "title", "Window Title");
                        this.add_node_default("Gtk.Label", "label", "Label"); // althought the ctor asks for string.. - we can use label after ctor.