Index: doc/user/06_feature/scripting/rosetta/13_hello_dad/ex.py =================================================================== --- doc/user/06_feature/scripting/rosetta/13_hello_dad/ex.py (nonexistent) +++ doc/user/06_feature/scripting/rosetta/13_hello_dad/ex.py (revision 20903) @@ -0,0 +1,10 @@ +def hello(): + dad("heldi", "new") + dad("heldi", "begin_vbox") + dad("heldi", "label", "Hello") + dad("heldi", "label", "world!") + dad("heldi", "end") + dad("heldi", "run_modal", "hello-world", "") + return 0 + +fgw_func_reg("hello")