Results 1361 - 1370 of 1633.

SL_SortListFunc updated:2008-03-01 23:36:29
NAME SL_SortListFunc -- sort a list with a user supplied compare function. SYNOPSIS SL_SortListFunc(list, function); A0 A1 SL_SortListFunc(LISTHANDLE, WORD (*)(void *, void *)); FUNCTION Sorts the supplied list using the supplied compare function to determine sort order. The function returns: <0 if the first node is less than the second node =0...

SL_BusyRequesterA updated:2008-03-01 23:36:30
NAME SL_BusyRequesterA -- provides a standard busy requester. SL_BusyRequester -- vargs stub. SYNOPSIS rc = SL_BusyRequesterA(brhandle, command, tags); D0 A0 D0 A1 SLTAGDATA SL_BusyRequesterA(BRHANDLE , UWORD , struct TagItem * ); rc = SL_BusyRequester(brhandle, command, tag, ...); SLTAGDATA SL_BusyRequester(BRHANDLE, UWORD, Tag, ...); FUNCTION INPUTS...

SL_XorWindowClip updated:2008-03-01 23:36:30
NAME SL_XorWindowClip -- Exculsive Or's a rectangle with the windows clipping region. SYNOPSIS SL_XorWindowClip(winhandle, x1, y1, x2, y2); A0 D0D1 D2D3 void SL_XorWindowClip(WINHANDLE, WORD, WORD, WORD, WORD); FUNCTION INPUTS SEE ALSO SL_SetWindowClipFull, SL_ClearWindowClip, SL_OrWindowClip, SL_AndWindowClip, SL_BeginWindowDraw, SL_EndWindowDraw....

SL_FreePen updated:2008-03-01 23:36:30
NAME SL_FreePen -- frees a pen allocated with SL_AllocPenRGB. SYNOPSIS SL_FreePen(apphandle, pen); A0 D0 void SL_FreePen(APPHANDLE, LONG); FUNCTION INPUTS SEE ALSO SL_AllocPenRGB, SL_SetForePen, SL_SetBackPen.

SL_CloseModule updated:2008-03-01 23:36:30
NAME SL_CloseModule -- closes all modules opened via SL_OpenModuleA. SYNOPSIS SL_CloseModule(list); A0 void SL_CloseModule(LISTHANDLE); FUNCTION INPUTS SEE ALSO SL_OpenModuleA, SL_DoModuleA, SL_FindModuleFunc, SL_QueryModule, SL_ModuleInitA, SL_ModuleCleanup.

SL_FindTagItem updated:2008-03-01 23:36:30
NAME SL_FindTagItem -- scan a tag list for a specific tag. SYNOPSIS tag = SL_FindTagItem(tagValue, tagList); D0 D0 A0 struct TagItem *SL_FindTagItem(Tag, struct TagItem *); FUNCTION Scans a tag list and returns a pointer to the first item with ti_Tag matching the 'tagValue' parameter. INPUTS tagValue - tag value to search for. tagList - tag...

SL_DamageWindow updated:2008-03-01 23:36:30
NAME SL_DamageWindow -- damages a rectangular region of a window and causes a refresh event. SYNOPSIS SL_DamageWindow(winhandle, x1, y1, x2, y2); A0 D0 D1 D2 D3 void SL_DamageWindow(WINHANDLE, WORD, WORD, WORD, WORD); FUNCTION INPUTS SEE ALSO Callback-Window.

SL_CreateTemplate updated:2008-03-01 23:36:31
NAME SL_CreateTemplate -- allocates and inits a drawing template. SYNOPSIS gtmh = SL_CreateTemplate(apphandle, width, height); D0 A0 D0 D1 GTMHANDLE SL_CreateTemplate(APPHANDLE, UWORD, UWORD); FUNCTION A template is a 2 color bitmap using the current foreground pen for any "on" bits and the background pen for any "off" bits in the...

SL_ReadTemplatePixel updated:2008-03-01 23:36:31
NAME SL_ReadTemplatePixel -- returns the value of a pixel at a given location in a template. SYNOPSIS pixel = SL_ReadTemplatePixel(gtmh, x, y); D0 A0 D0 D1 BYTE SL_ReadTemplatePixel(GTMHANDLE, UWORD, UWORD); FUNCTION INPUTS RESULTS SEE ALSO SL_CreateTemplate, SL_FreeTemplate, SL_WriteTemplatePixel, SL_ReadTemplateRowPacked, SL_WriteTemplateRowPacked,...

SL_ReadTemplateRowPacked updated:2008-03-01 23:36:31
NAME SL_ReadTemplateRowPacked -- reads a given row of pixels from a template. SYNOPSIS SL_ReadTemplateRowPacked(gtmh, x, y, width, array); A0 D0 D1 D2 A1 BYTE SL_ReadTemplateRowPacked(GTMHANDLE, UWORD, UWORD, UWORD, BYTE *); FUNCTION INPUTS RESULTS SEE ALSO SL_CreateTemplate, SL_FreeTemplate, SL_ReadTemplatePixel, SL_WriteTemplatePixel,...

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 157 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