resources/Gir.overides
[app.Builder.js] / resources / Gir.overides
1 {
2     "Gtk.Label.new.str":  "label" ,
3     "Gtk.MessageDialog.new.parent" : "transient_for",
4     
5     "Gtk.MessageDialog.new.type" : "message_type",
6     "Gtk.MessageDialog.new.message_format" : "text",
7     
8     "Gtk.MessageDialog" : [ "parent:null", "flags:Gtk.DialogFlags.MODAL", "message_type",  "buttons", "text" ],
9     "Gtk.ScrolledWindow": [ "hadjustment:null", "vadjustment:null" ],
10     "Gtk.SourceBuffer": [ "table:null" ],
11     "Gtk.Table": [ "n_rows", "n_columns" , "homogeneous" ],
12     "Gtk.ToolButton": [ "icon_widget:null", "label:null" ],
13     "Gtk.HBox": [ "homogeneous:true", "spacing:0" ],
14     "Gtk.VBox": [ "homogeneous:true", "spacing:0" ],
15     "Gtk.ListStore": [ "n_columns", "columns" ],
16     "Gtk.TreeStore": [ "n_columns", "columns" ],
17     "Gtk.FileChooserWidget" : [ "action"],
18     "Gtk.Window" : [ "type"],
19     "Clutter.FlowLayout" : [ "orientation"],
20 }