Index: trunk/doc/user/06_feature/scripting/rosetta/12_hello_dad/ex.py =================================================================== --- trunk/doc/user/06_feature/scripting/rosetta/12_hello_dad/ex.py (nonexistent) +++ trunk/doc/user/06_feature/scripting/rosetta/12_hello_dad/ex.py (revision 20900) @@ -0,0 +1,7 @@ +def hello(): + dad("heldi", "new") + dad("heldi", "label", "Hello world!") + dad("heldi", "run_modal", "hello-world", "Hello world dialog") + return 0 + +fgw_func_reg("hello")