Results 1301 - 1310 of 1633.
SL_FontRequester
updated:2008-03-01 23:36:16
NAME SL_FontRequester -- brings up a font requester. SYNOPSIS success = SL_FontRequester(apphandle, font, size, title); D0 A0 A1 D0 D1 SLFLAG SL_FontRequester(APPHANDLE, SLCHAR *, WORD *, SLCHAR *); FUNCTION This is very possibly an Amiga specific requester. INPUTS RESULTS NOTES This functions puts the calling app into a wait state via SL_AppWaitState....
SL_AlertRequesterA
updated:2008-03-01 23:36:16
NAME SL_AlertRequesterA -- brings up a quick yes-no kindof requester. SL_AlertRequester -- vargs stub. SYNOPSIS response = SL_AlertRequesterA(apphandle, type, msg, buttons, data); D0 A0 D0 A1 A2 A3 UWORD SL_AlertRequesterA(APPHANDLE, UWORD, SLCHAR *, SLCHAR *, SLTAGTYPE *); response = SL_AlertRequester(apphandle, type, msg, buttons, ...); UWORD...
SL_OpenFile
updated:2008-03-01 23:36:16
NAME SL_OpenFile -- opens a file for reading or writing. SYNOPSIS filehandle = SL_OpenFile(apphandle, filename, mode); D0 A0 A1 D0 SLFHANDLE SL_OpenFile(APPHANDLE, SLCHAR *, WORD); FUNCTION Opens the specified file for reading or writing. The FOPEN_READ mode is a shared mode. That is other applications can obtain read permission on the file at the same...
SL_ReadFile
updated:2008-03-01 23:36:16
NAME SL_ReadFile -- reads data from a file. SYNOPSIS success = SL_ReadFile(filehandle, buffer, size); D0 A0 A1 D0 SLFLAG SL_ReadFile(SLFHANDLE, void *, SLMSIZE); FUNCTION Reads <size> number of bytes from the file into <buffer>. INPUTS filehandle buffer - a buffer used to hold the read data. size - the number of bytes to read. RESULTS success...
SL_SeekFile
updated:2008-03-01 23:36:17
NAME SL_SeekFile -- Set the current position for reading and writing. SYNOPSIS success = SL_SeekFile(filehandle, offset, mode) D0 A0 D2 D3 SLFLAG SL_SeekFile(SLFHANDLE, LONG, LONG); FUNCTION Sets the current position for reading and writing data to/from a file. You cannot seek past the end of a file. The offset used for FSEEK_BEGINNING must be positive....
SL_BeginExamine
updated:2008-03-01 23:36:17
NAME SL_BeginExamine -- inits an EXHANDLE for a directory. SYNOPSIS exhandle = SL_BeginExamine(apphandle, path); D0 A0 A1 EXHANDLE SL_BeginExamine(APPHANDLE, SLCHAR *); FUNCTION Allocates and inits an EXHANDLE for examining all the files in a directory. INPUTS apphandle - as returned by SL_AppInitA. path - the directory name to examine. RESULTS exhandle...
SL_ExamineFirstFile
updated:2008-03-01 23:36:17
NAME SL_ExamineFirstFile -- gets information for the first file after a SL_BeginExamine. SYNOPSIS exfi = SL_ExamineFirstFile(exhandle); D0 A0 struct ExFileInfo *SL_ExamineFirstFile(EXHANDLE); FUNCTION Fills in a struct ExFileInfo for the first file after a SL_BeginExamine. INPUTS exhandle - as returned by SL_BeginExamine. RESULTS exfi - a pointer to a...
SL_CreateWindowA
updated:2008-03-01 23:36:17
NAME SL_CreateWindowA -- opens a window. SL_CreateWindow -- varargs stub. SYNOPSIS winhandle = SL_CreateWindowA(apphandle, taglist); D0 A0 A1 WINHANDLE SL_CreateWindowA(APPHANDLE, struct TagItem *); winhandle = SL_CreateWindow(apphandle, tag, ...); WINHANDLE SL_CreateWindow(APPHANDLE, Tag, ...); FUNCTION Opens a new window. INPUTS apphandle - as returned...
SL_SetWindowAttrA
updated:2008-03-01 23:36:17
NAME SL_SetWindowAttrA -- set various attributes of a window. SL_SetWindowAttr -- varargs stub. SYNOPSIS SL_SetWindowAttrA(winhandle, taglist); A0 A1 void SL_SetWindowAttrA(WINHANDLE, struct TagItem *); SL_SetWindowAttr(winhandle, tag, ...); void SL_SetWindowAttr(WINHANDLE, Tag, ...); FUNCTION Used to set various attributes of a window. INPUTS winhandle...
SL_WindowToFront
updated:2008-03-01 23:36:18
NAME SL_WindowToFront -- brings a window to the front of all other windows. SYNOPSIS SL_WindowToFront(winhandle); A0 void SL_WindowToFront(WINHANDLE); FUNCTION Brings the window specified by winhandle to the front of all other windows. INPUTS winhandle - as returned by SL_CreateWindowA. SEE ALSO SL_ActivateWindow....
Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 151 161 Next
 PageStream Guide
 PageStream Scripting Documentation
 BME User Documentation
 BME Scripting Documentation
 PageLiner User Documentation
 PageLiner Scripting Documentation
 HHV User Documentation
 Developer Documentation
 PageStream Web Site
 PageStream Web Site Documentation
 PageStream Document Gallery
 PageStream Script Gallery