resources/RooUsage.txt
[app.Builder.js] / resources / Gir.overides
1 {
2     "Gtk.Label.new.str":  "label" ,
3     "Gtk.Label.new_with_mnemonic.str":  "label" ,
4     
5     "Gtk.MessageDialog.new.parent" : "transient_for",
6     
7     "Gtk.MessageDialog.new.type" : "message_type",
8     "Gtk.MessageDialog.new.message_format" : "text",
9     
10     "Gtk.SourceBuffer.new.table" : "tag_table",
11     "Gtk.Table.new.rows" : "n_rows",
12     "Gtk.Table.new.columns" : "n_columns",
13     
14     "Gtk.ListStore.new.___" : "columns",
15     "Gtk.TreeStore.new.___" : "columns",
16         
17         "Gtk.Grid.attach.top" : "top_attach",
18     "Gtk.Grid.attach.left" : "left_attach",
19    
20      
21     "-" : ""
22     
23 }