resources/Gir.overides
authorAlan Knowles <alan@roojs.com>
Thu, 28 Aug 2014 02:57:54 +0000 (10:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Aug 2014 02:57:54 +0000 (10:57 +0800)
resources/Gir.overides

index cd99d09..f8e2423 100644 (file)
@@ -5,15 +5,8 @@
     "Gtk.MessageDialog.new.type" : "message_type",
     "Gtk.MessageDialog.new.message_format" : "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",
+    
+}