tests/plugindialog.vala
[app.Builder.js] / tests / plugindialog.vala
1
2 public Project.Project proj;
3
4 int main (string[] args) {
5         Gtk.init (ref args);
6         var c  = Xcls_DialogPluginWebkit();
7         c.show();
8
9
10         Gtk.main();
11     
12         
13         return 0;
14 }