src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 09:41:43 +0000 (17:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 09:41:43 +0000 (17:41 +0800)
src/Builder4/GtkView.bjs

index c10d998..2130406 100644 (file)
           {
            "gboolean show_line_marks" : true,
            "* pack" : "add",
-           "xtype" : "View",
-           "$ xns" : "GtkSource",
+           "xtype" : "SourceView",
+           "$ xns" : "Gtk",
            "gboolean show_line_numbers" : true,
            "gboolean editable" : false
           }
    ]
   }
  ]
-}
\ No newline at end of file
+}