Results 1541 - 1550 of 1633.
SL_NextTagItem
updated:2008-03-01 23:36:30
NAME SL_NextTagItem -- iterate through a tag list. SYNOPSIS tag = SL_NextTagItem(tagItemPtr); D0 A0 struct TagItem *SL_NextTagItem(struct TagItem **); FUNCTION Iterates through a tag list, skipping and chaining as dictated by system tags. TAG_SKIP will cause it to skip the entry and a number of following tags as specified in ti_Data. TAG_IGNORE ignores...
SL_GetIcon
updated:2008-03-01 23:36:30
NAME SL_GetIcon -- gets an icon from an application's icon resource. SYNOPSIS iconhandle = SL_GetIcon(apphandle, iconid); D0A0 D0 ICONHANDLE SL_GetString(APPHANDLE, UWORD); FUNCTION Returns the specified icon from the application's icon resource. This is used to supply an icon to the interface controls via the CTRLATTR_Icon tag. INPUTS apphandle...
SL_FreeTemplate
updated:2008-03-01 23:36:31
NAME SL_FreeTemplate -- frees a template. SYNOPSIS SL_FreeTemplate(gtmh); A0 void SL_FreeTemplate(GTMHANDLE); FUNCTION Frees the memory allocated by SL_CreateTemplate. INPUTS gtmh - as returned by SL_CreateTemplate. SEE ALSO SL_CreateTemplate, SL_ReadTemplatePixel, SL_WriteTemplatePixel, SL_ReadTemplateRowPacked, SL_WriteTemplateRowPacked, SL_DrawTemplate,...
SL_WriteTemplatePixel
updated:2008-03-01 23:36:31
NAME SL_WriteTemplatePixel -- sets the value of a pixel at a given location in a template. SYNOPSIS SL_WriteTemplatePixel(gtmh, x, y, pixel); A0 D0 D1 D2 void SL_WriteTemplatePixel(GTMHANDLE, UWORD, UWORD, BYTE); FUNCTION INPUTS SEE ALSO SL_CreateTemplate, SL_FreeTemplate, SL_ReadTemplatePixel, SL_ReadTemplateRowPacked, SL_WriteTemplateRowPacked,...
SL_WriteTemplateRowPacked
updated:2008-03-01 23:36:31
NAME SL_WriteTemplateRowPacked -- writes a given row of pixels to a template. SYNOPSIS SL_WriteTemplateRowPacked(gtmh, x, y, width, array); A0D0 D1 D2 A1 void SL_WriteTemplateRowPacked(GTMHANDLE, UWORD, UWORD, UWORD, BYTE *); FUNCTION INPUTS SEE ALSO SL_CreateTemplate, SL_FreeTemplate, SL_ReadTemplatePixel, SL_WriteTemplatePixel,...
SL_DrawTemplateRect
updated:2008-03-01 23:36:31
NAME SL_DrawTemplateRect -- draws a rectangular portion of a template in a window. SYNOPSIS SL_DrawTemplateRect(winhandle, gtmhandle, destx, desty, srcx, srcy, width, height); A0 A1 D0 D1D2 D3 D4 D5 void SL_DrawTemplateRect(WINHANDLE, GTMHANDLE, UWORD, UWORD, UWORD, UWORD, UWORD, UWORD); FUNCTION Draws the given rectangular portion of the template...
SL_AppDebugFindLockedMH
updated:2008-03-01 23:36:32
NAME SL_AppDebugFindLockedMH -- returns the next (or first) locked memory handle the app owns. SYNOPSIS memhandle = AppDebugFindLockedHH(apphandle, memhandle); D0 A0 A1 MEMHANDLE SL_AppDebugFindLockedMH(APPHANDLE, MEMHANDLE); FUNCTION INPUTS RESULTS SEE ALSO
SL_GetFilePos
updated:2008-03-01 23:36:32
NAME SL_GetFilePos -- returns the current location in the file. SYNOPSIS filepos = SL_GetFilePos(filehandle); D0A0 SLFSIZE SL_GetFilePos(SLFHANDLE); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile, SL_FileRequesterA, SL_FlushFile,...
SL_ModuleCleanup
updated:2008-03-01 23:36:32
NAME SL_ModuleCleanup -- like SL_AppCleanup but used in module code SYNOPSIS SL_ModuleCleanup(apphandle); A0 void SL_ModuleCleanup(APPHANDLE); FUNCTION INPUTS SEE ALSO SL_ModuleInitA, SL_OpenModuleA, SL_CloseModule, SL_DoModuleA, SL_QueryModule, SL_FindModuleFunc.
SL_BeginMacroArray
updated:2008-03-01 23:36:32
NAME SL_BeginMacroArray -- allocates a handle used to build an array to be set in a macro. SYNOPSIS mahandle = SL_BeginMacroArray(apphandle); D0 A0 MAHANDLE SL_BeginMacroArray(APPHANDLE); 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 141 151 152 153 154 155 156 157 158 159 160 161 162 163 164 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