File:  [local] / rpl / modules / motif / example.rpl
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jul 5 13:53:40 2017 UTC (6 years, 10 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Premiers bouts de code pour la bibliothèque d'interface Xm.

    1: #!/usr/local/bin/rpl -spd
    2: 
    3: MOTIF
    4: <<
    5:     "motif.rplso" use
    6:     -> MOTIF
    7:     <<
    8:         APPLICATION
    9:         MOTIF remove
   10:     >>
   11: >>
   12: 
   13: 
   14: APPLICATION
   15: <<
   16:     "Test application" XtAppInitialize
   17:     -> XT_APP TOPLEVEL_WIDGET
   18:     <<
   19:         TOPLEVEL_WIDGET XtRealizeWidget
   20:         XT_APP XtAppMainLoop
   21:     >>
   22: >>

CVSweb interface <joel.bertrand@systella.fr>