X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2FPaleteTest.vala;h=4a50555a9275b159de9cc8dd88d41d818aa94baa;hb=fd48eb7398d7c37db2fd01eaf7fbfb3bfc288a9e;hp=7951af1fc89eb3002d425c8d2bc9e3d38557cbe7;hpb=61146beba79316ca34dbbe47a72ad5a14923b0cc;p=app.Builder.js diff --git a/tests/PaleteTest.vala b/tests/PaleteTest.vala index 7951af1fc..4a50555a9 100644 --- a/tests/PaleteTest.vala +++ b/tests/PaleteTest.vala @@ -26,12 +26,13 @@ int main (string[] args) { var w = new Gtk.Window( Gtk.WindowType.TOPLEVEL ); - var left_props =new Xcls_WindowAddProp(); - + var left_props =new Xcls_RightPalete(); + left_props.el.show_all(); w.add(left_props.el); w.show_all(); - left_props show(Palete.Palete pal, "props", "Roo.form.Form") { - + + left_props.load(Palete.factory("Roo"), "Roo.form.Form"); + Gtk.main();