resources/RooUsage.txt
[app.Builder.js] / resources / Gir.overides
index e1eff49..4705c4e 100644 (file)
@@ -1,20 +1,23 @@
 {
     "Gtk.Label.new.str":  "label" ,
+    "Gtk.Label.new_with_mnemonic.str":  "label" ,
+    
     "Gtk.MessageDialog.new.parent" : "transient_for",
     
     "Gtk.MessageDialog.new.type" : "message_type",
     "Gtk.MessageDialog.new.message_format" : "text",
     
-    "Gtk.MessageDialog" : [ "parent:null", "flags:Gtk.DialogFlags.MODAL", "message_type",  "buttons", "text" ],
-    "Gtk.ScrolledWindow": [ "hadjustment:null", "vadjustment:null" ],
-    "Gtk.SourceBuffer": [ "table:null" ],
-    "Gtk.Table": [ "n_rows", "n_columns" , "homogeneous" ],
-    "Gtk.ToolButton": [ "icon_widget:null", "label:null" ],
-    "Gtk.HBox": [ "homogeneous:true", "spacing:0" ],
-    "Gtk.VBox": [ "homogeneous:true", "spacing:0" ],
-    "Gtk.ListStore": [ "n_columns", "columns" ],
-    "Gtk.TreeStore": [ "n_columns", "columns" ],
-    "Gtk.FileChooserWidget" : [ "action"],
-    "Gtk.Window" : [ "type"],
-    "Clutter.FlowLayout" : [ "orientation"],
-}
\ No newline at end of file
+    "Gtk.SourceBuffer.new.table" : "tag_table",
+    "Gtk.Table.new.rows" : "n_rows",
+    "Gtk.Table.new.columns" : "n_columns",
+    
+    "Gtk.ListStore.new.___" : "columns",
+    "Gtk.TreeStore.new.___" : "columns",
+       
+       "Gtk.Grid.attach.top" : "top_attach",
+    "Gtk.Grid.attach.left" : "left_attach",
+   
+     
+    "-" : ""
+    
+}