; ; tmsGlue.sh ; ; Supplies underlying tms workings -- filters, window creation etc. ; ; © 1994-1998 Straylight ; ;----- Licensing note ------------------------------------------------------- ; ; This file is part of Straylight's Sapphire library. ; ; Sapphire is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2, or (at your option) ; any later version. ; ; Sapphire is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with Sapphire. If not, write to the Free Software Foundation, ; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ;----- Overview ------------------------------------------------------------- ; ; Functions provided: ; ; tms__createWindow ; tms_init ; --- tms__createWindow --- ; ; On entry: R0 == the menu height (-ve) ; R10 == pointer to the menu ; ; On exit: V and R0 == The standard error block, if an error occured ; R0 == the window handle ; ; Use: This call will create a window for the given menu. The ; block pointed to by R10 will be filled in appropriately ; with the handle. IMPORT tms__createWindow ; --- tms_init --- ; ; On entry: -- ; ; On exit: -- ; ; Use: Initialises the tms (Tearoff Menu System) unit. IMPORT tms_init ;----- That's all, folks ---------------------------------------------------- END