Results 1371 - 1380 of 1633.

SL_DrawTemplate updated:2008-03-01 23:36:31
NAME SL_DrawTemplate -- draws a template in a window. SYNOPSIS SL_DrawTemplate(winhandle, gtmhandle, x, y); A0 A1 D0 D1 void SL_DrawTemplate(WINHANDLE, GTMHANDLE, UWORD, UWORD); FUNCTION Draws the given template using the current foreground, background, and draw mode. The 1 bits in the template are drawn using the foreground pen and the 0 bits are drawn...

SL_GetErrorString updated:2008-03-01 23:36:32
NAME SL_GetErrorString -- returns the string associated with a given error number. SYNOPSIS errstr = SL_GetErrorString(errnum); D0 D0 SLCHAR *SL_GetErrorString(UWORD); FUNCTION INPUTS RESULTS SEE ALSO

SL_FindModuleFunc updated:2008-03-01 23:36:32
NAME SL_FindModuleFunc -- returns a pointer to the function that corresponds the the given id. SYNOPSIS func = SL_FindModuleFunc(mft, funcid); D0 A0 D0 SLTAGDATA (*SL_FindModuleFunc(struct ModFuncTable *, UWORD))(); FUNCTION INPUTS RESULTS SEE ALSO SL_OpenModuleA, SL_CloseModule, SL_DoModule, SL_QueryModule, SL_ModuleInitA, SL_ModuleCleanup....

SL_ModuleInitA updated:2008-03-01 23:36:32
NAME SL_ModuleInitA -- like SL_AppInitA but used in module code. SL_ModuleInit -- vargs stub. SYNOPSIS apphandle = SL_ModuleInitA(apphandle, tags); D0 A0 A1 APPHANDLE SL_ModuleInitA(APPHANDLE, struct TagItem * ); apphandle = SL_ModuleInit(apphandle, tag, ...); APPHANDLE SL_ModuleInit(APPHANDLE, Tag, ...); FUNCTION INPUTS RESULTS SEE ALSO...

SL_SetCmdResultInt updated:2008-03-01 23:36:32
NAME SL_SetCmdResultInt -- sets the result of the command to the given numewr. SYNOPSIS success = SL_SetCmdResultInt(apphandle, number); D0 A0 D0 SLFLAG SL_SetCmdResultInt(APPHANDLE, LONG); FUNCTION Sets the result value for a command. The result of a command is different than it's return code. For example, a command may return the text in a...

SL_EndMacroArray updated:2008-03-01 23:36:32
NAME SL_EndMacroArray -- terminates the array began in SL_BeginMacroArray. SYNOPSIS success = SL_EndMacroArray(mahandle); D0 A0 SLFLAG SL_EndMacroArray(MAHANDLE); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD, SL_AddMacroArrayDec, SL_AddMacroArrayInt,...

SL_AddMacroArrayInt updated:2008-03-01 23:36:33
NAME SL_AddMacroArrayInt -- adds the given number to the array under the given index name. SYNOPSIS success = SL_AddMacroArrayInt(mahandle, indexname, number); D0 A0A1 D0 SLFLAG SL_AddMacroArrayInt(MAHANDLE, SLCHAR *, LONG); FUNCTION if the index name is NULL, then the name is made to be the position in the array ("0", "1", etc)....

SL_AddMacroArrayCOORD updated:2008-03-01 23:36:33
NAME SL_AddMacroArrayCOORD -- adds the given coord to the array under the given index name. SYNOPSIS success = SL_AddMacroArrayCOORD(mahandle, indexname, coord, type); D0 A0 A1 D0 D1 SLFLAG SL_AddMacroArrayCOORD(MAHANDLE, SLCHAR *, COORD, UWORD); FUNCTION if the index name is NULL, then the name is made to be the position in the array...

SL_AddMacroArrayArray updated:2008-03-01 23:36:33
NAME SL_AddMacroArrayArray -- adds the specified array to the array under the given index name. SYNOPSIS success = SL_AddMacroArrayArray(mahandle, indexname, mahandle2); D0 A0A1 A2 SLFLAG SL_AddMacroArrayDec(MAHANDLE, SLCHAR *, MAHANDLE); FUNCTION if the index name is NULL, then the name is made to be the position in the array ("0",...

SL_SetMacroVarInt updated:2008-03-01 23:36:33
NAME SL_SetMacroVarInt -- sets an number variable in a macro. SYNOPSIS success = SL_SetMacroVarInt(apphandle, varname, number); D0 A0 A1D0 SLFLAG SL_SetMacroVarInt(APPHANDLE, SLCHAR *, LONG); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginMacroArray, SL_EndMacroArray, SL_FreeMacroArray, SL_AddMacroArrayArray, SL_AddMacroArrayCOORD, SL_AddMacroArrayDec,...

Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 158 Next

    PageStream User Documentation
    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