--- rpl/modules/motif/example.rpl 2017/07/04 12:32:03 1.1 +++ rpl/modules/motif/example.rpl 2017/07/05 13:53:40 1.2 @@ -0,0 +1,22 @@ +#!/usr/local/bin/rpl -spd + +MOTIF +<< + "motif.rplso" use + -> MOTIF + << + APPLICATION + MOTIF remove + >> +>> + + +APPLICATION +<< + "Test application" XtAppInitialize + -> XT_APP TOPLEVEL_WIDGET + << + TOPLEVEL_WIDGET XtRealizeWidget + XT_APP XtAppMainLoop + >> +>>