INTERFACEallow a VBTPane to be constructed from this interfacePSReaderPaneVBT ; IMPORT TextSubs; IMPORT DCPaneVBT;
CONST
  Name = "Test";
  Ext = "eps";
  StartKey = 'n';
TYPE
  T <: Public;
  Public = DCPaneVBT.T OBJECT
  METHODS
    setSubs(subs: TextSubs.T);
  END;
END PSReaderPaneVBT.