Results 1531 - 1540 of 1633.
SL_ScrollWindowPane
updated:2008-03-01 23:36:28
NAME SL_ScrollWindowPane -- scrolls many portions of the window. SYNOPSIS SL_ScrollWindowPane(winhandle, panes, count); A0 A1 D0 void SL_ScrollWindowPane(WINHANDLE, WORD *, UWORD); FUNCTION Scrolls count number of panes in the window. A pane is defined by an array of six numbers: x1,y1,x2,y2,dx,dy. No area outside any of the panes is affected. The...
SL_SetWindowAttrA
updated:2008-03-01 23:36:28
NAME SL_SetReqWinAttrA - sets attrbutes of a requester's window. SL_SetReqWinAttr - vargs stub. SYNOPSIS SL_SetReqWinAttrA(reqhandle, tags); A0 A1 SL_SetReqWinAttrA(REQHANDLE, struct TagItem *); SL_SetReqWinAttr(reqhandle, tag, ...); SL_SetReqWinAttr(REQHANDLE, Tag, ...); FUNCTION Sets various attributes of a requesters window prior to the...
SL_DisableMenu
updated:2008-03-01 23:36:29
NAME SL_DisableMenu -- disable or enable an entire menu. SYNOPSIS success = SL_DisableMenu(apphandle, menustripid, menuid, state); A0 D0 D1 D2 SLFLAG SL_DisableMenu(APPHANDLE, UWORD, UWORD, WORD); FUNCTION Disables or enables an entire menu. INPUTS apphandle - as returned by SL_AppInitA. menustripid - id of the menu strip. menuid - id of the menu. state -...
SL_DisableSubItem
updated:2008-03-01 23:36:29
NAME SL_DisableSubItem -- disable or enable a submenu item. SYNOPSIS success = SL_DisableSubItem(apphandle, menustripid, menuid, itemid, subid, state); A0 D0 D1 D2 D3 D4 SLFLAG SL_DisableSubItem(APPHANDLE, UWORD, UWORD, UWORD, UWORD, WORD); FUNCTION Disables or enables a submenu item. INPUTS apphandle - as returned by SL_AppInitA. menustripid - id...
SL_CheckSubItem
updated:2008-03-01 23:36:29
NAME SL_CheckSubItem -- check or uncheck a submenu item. SYNOPSIS success = SL_CheckSubItem(apphandle, menustripid, menuid, itemid, subid, state); A0 D0 D1 D2 D3 D4 SLFLAG SL_CheckSubItem(APPHANDLE, UWORD, UWORD, UWORD, UWORD, WORD); FUNCTION Checks or unchecks a sub menu item. INPUTS apphandle - as returned by SL_AppInitA. menustripid - id of the menu...
SL_AddNodeSortedFunc
updated:2008-03-01 23:36:29
NAME SL_AddNodeSortedFunc -- adds a node into a user sorted list. SYNOPSIS pos = SL_AddNodeSortedFunc(list, node, function); D0 A0 A1 A2 ULONG SL_AddNodeSortedFunc(LISTHANDLE, void *, 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...
SL_AndWindowClip
updated:2008-03-01 23:36:30
NAME SL_AndWindowClip -- And's a rectangle with the windows clipping region. SYNOPSIS SL_AndWindowClip(winhandle, x1, y1, x2, y2); A0 D0D1 D2D3 void SL_AndWindowClip(WINHANDLE , WORD , WORD , WORD , WORD ); FUNCTION INPUTS SEE ALSO SL_SetWindowClipFull, SL_ClearWindowClip, SL_OrWindowClip, SL_XorWindowClip, SL_BeginWindowDraw, SL_EndWindowDraw....
SL_AllocPenRGB
updated:2008-03-01 23:36:30
NAME SL_AllocPenRGB -- allocates a pen based upon the given RGB values. SYNOPSIS pen = SL_AllocPenRGB(apphandle, red, green, blue); D0 A0 D0 D1 D2 LONG SL_AllocPenRGB(APPHANDLE, UBYTE, UBYTE, UBYTE); FUNCTION INPUTS RESULTS SEE ALSO SL_FreePen, SL_SetForePen, SL_SetBackPen.
SL_OpenModuleA
updated:2008-03-01 23:36:30
NAME SL_OpenModuleA -- opens the given module types. SL_OpenModule -- vargs stub. SYNOPSIS list = SL_OpenModuleA(apphandle, modtype, datatype, tags); D0 A0 D0 D1 A1 LISTHANDLE SL_OpenModuleA(APPHANDLE, ULONG, ULONG, struct TagItem *); list = SL_OpenModule(apphandle, modtype, datatype, tag, ...); LISTHANDLE SL_OpenModule(APPHANDLE, ULONG, ULONG, Tag,...
SL_DoModuleA
updated:2008-03-01 23:36:30
NAME SL_DoModuleA -- sends a command to the modules (one or many). SL_DoModule -- vargs stub. SYNOPSIS result = SL_DoModuleA(list, command, datatype, data, tags); D0 A0 D0 D1 A1 A2 SLTAGDATA SL_DoModuleA(LISTHANDLE, SLTAGTYPE, ULONG, void *, struct TagItem *); result = SL_DoModule(list, command, datatype, data, tag, ...); SLTAGDATA...
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