Results 1351 - 1360 of 1633.

SL_CreateMacro updated:2008-03-01 23:36:28
NAME SL_CreateMacro -- creates a macro from a string. SYNOPSIS macrohandle = SL_CreateMacro(apphandle, buffer); D0 A0 A1 MACROHANDLE SL_CreateMacro(APPHANDLE, SLCHAR *); FUNCTION Creates a macro handle from the specified buffer. INPUTS apphandle - as returned by SL_AppInitA. buffer - the buffer to parse into a macro. RESULTS macrohandle - if NULL then an...

SL_SaveMacro updated:2008-03-01 23:36:28
NAME SL_SaveMacro -- writes macro to disk. SYNOPSIS success = SL_SaveMacro(apphandle, macrohandle, filename); D0 A0 A1 A2 SLFLAG SL_SaveMacro(APPHANDLE, MACROHANDLE, SLCHAR *); FUNCTION Writes the macro to a file in a manner suitable for it to be played via SL_PlayExternalMacro. INPUTS apphandle - as returned by SL_AppInitA. macrohandle - a vaild...

SL_MacroLength updated:2008-03-01 23:36:28
NAME SL_MacroLength -- returns the amount of memory needed to hold an extracted macro. SYNOPSIS len = SL_MacroLength(macrohandle); D0 A0 SLMSIZE SL_MacroLength(MACROHANDLE); FUNCTION Calculates how much memory is needed to hold the macro when it is extracted into a buffer as ASCII via SL_ExtractMacro. INPUTS macrohandle - the handle of the macro to...

SL_RecordCmd updated:2008-03-01 23:36:28
NAME SL_RecordCmd -- records a command to the internal macro. SYNOPSIS success = SL_RecordCmd(apphandle, cmdhandle); D0 A0 A1 SLFLAG SL_RecordCmd(APPHANDLE, CMDHANDLE); FUNCTION Records the given command to the internal macro of the apphandle. The command is ended via SL_EndCmd if it has not been ended yet. INPUTS apphandle - as returned by SL_AppInitA....

SL_EndWindowDraw updated:2008-03-01 23:36:28
NAME SL_EndWindowDraw -- reverses the effects of SL_BeginWindowDraw. SYNOPSIS SL_EndWindowDraw(winhandle); A0 void SL_EndWindowDraw(WINHANDLE); FUNCTION This function undoes whatever SL_BeginWindowDraw did. It will remove the user clipping region from a window. This call must be made for every SL_BeginWindowDraw call. INPUTS winhandle - the handle of the...

SL_ScrollWindowXY updated:2008-03-01 23:36:28
NAME SL_ScrollWindowXY -- scrolls a portion of the window. SYNOPSIS SL_ScrollWindowXY(winhandle, x1, y1, x2, y2, dx, dy); A0 D2 D3 D4 D5 D0 D1 void SL_ScrollWindowXY(WINHANDLE, WORD, WORD, WORD, WORD, WORD, WORD); FUNCTION Scrolls the portion of the window specified by x1,y1 x2,y2 by dx and dy. No area outside of the scroll area is affected. The newly...

SL_GetReqWinAttr updated:2008-03-01 23:36:28
NAME SL_GetReqWinAttr -- get an atribute of a requesters window. SYNOPSIS data = SL_GetReqWinAttr(reqhandle, attr); D0A0 D0 SLTAGDATA SL_GetReqWinAttr(REQHANDLE, Tag); FUNCTION Returns the requested attribute of a requesters window. INPUTS reqhandle - as returned by SL_CreateRequester. attr - one of the tags below. TAGS WINATTR_Left WINATTR_Top...

SL_AddNodeSorted updated:2008-03-01 23:36:28
NAME SL_AddNodeSorted -- adds a node into a sorted list. SYNOPSIS pos = SL_AddNodeSorted(list, node, order, casesensitive); D0 A0 A1 D0 D1 ULONG SL_AddNodeSorted(LISTHANDLE, void *, UWORD, SLFLAG); FUNCTION Adds a node into a list that is sorted by name. INPUTS list - a LISTHANDLE as returned by SL_CreateListA. node - the node to add to the sorted...

SL_DisableMenuItem updated:2008-03-01 23:36:29
NAME SL_DisableMenuItem -- disable or enable a menu item. SYNOPSIS success = SL_DisableMenuItem(apphandle, menustripid, menuid, itemid, state); A0 D0 D1 D2 D3 SLFLAG SL_DisableMenuItem(APPHANDLE, UWORD, UWORD, UWORD, WORD); FUNCTION Disables or enables a menu item. INPUTS apphandle - as returned by SL_AppInitA. menustripid - id of the menu strip....

SL_CheckMenuItem updated:2008-03-01 23:36:29
NAME SL_CheckMenuItem -- check or uncheck a menu item. SYNOPSIS success = SL_CheckMenuItem(apphandle, menustripid, menuid, itemid, state); A0 D0 D1 D2 D3 SLFLAG SL_CheckMenuItem(APPHANDLE, UWORD, UWORD, UWORD, WORD); FUNCTION Checks or unchecks a menu item. INPUTS apphandle - as returned by SL_AppInitA. menustripid - id of the menu strip. menuid - id...

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