Results 1311 - 1320 of 1633.
SL_HideWindow
updated:2008-03-01 23:36:18
NAME SL_HideWindow -- removes a window from the display. SYNOPSIS SL_HideWindow(winhandle); A0 void SL_HideWindow(WINHANDLE); FUNCTION Removes a window from the display without freeing up the winhandle. INPUTS winhandle - as returned by SL_CreateWindowA. SEE ALSO SL_RevealWindow....
SL_SetWindowPointer
updated:2008-03-01 23:36:18
NAME SL_SetWindowPointer -- set the mouse form for a window. SYNOPSIS SL_SetWindowPointer(winhandle, pointer); A0 D0 void SL_SetWindowPointer(WINHANDLE, UWORD); FUNCTION Sets the mouse form for a window to one of the many predefined mouse forms. INPUTS winhandle - as returned by SL_CreateWindowA. pointer - one of the POINTER_xxx defines. See...
SL_SetWindowClipFull
updated:2008-03-01 23:36:19
NAME SL_SetWindowClipFull -- sets the user clipping region to the full window. SYNOPSIS SL_SetWindowClipFull(winhandle); A0 void SL_SetWindowClipFull(WINHANDLE); FUNCTION Sets the clipping region to the entire window, so the whole window is drawable. INPUTS winhandle - as returned by SL_CreateWindowA. SEE ALSO SL_ClearWindowClip, SL_OrWindowClip,...
SL_AttachWindowMenu
updated:2008-03-01 23:36:19
NAME SL_AttachWindowMenu -- attaches a menu to a window. SYNOPSIS success = SL_AttachWindowMenu(winhandle, menuid); D0 A0 D0 SLFLAG SL_AttachWindowMenu(WINHANDLE, UWORD); FUNCTION This will attach the menu specified by menuid to the window. INPUTS winhandle - as returned by SL_CreateWindowA. menuid - the resource id of the menu to add. RESULTS success -...
SL_BeginMenuUpdate
updated:2008-03-01 23:36:19
NAME SL_BeginMenuUpdate -- used to begin updating a menu. SYNOPSIS SL_BeginMenuUpdate(apphandle, menuid); A0 D0 void SL_BeginMenuUpdate(APPHANDLE, UWORD); FUNCTION This puts the menu specified by menuid in a state that is suitable for adding/removing/renaming items. INPUTS apphandle - as returnd by SL_AppInitA. menuid - the resource id of the menu to...
SL_AddMenuItem
updated:2008-03-01 23:36:19
NAME SL_AddMenuItem -- adds an item to a menu. SYNOPSIS success = SL_AddMenuItem(apphandle, menuid, mid, title, kbequiv, flags, id); D0 A0 D0 D1 A1D2 D3D4 SLFLAG SL_AddMenuItem(APPHANDLE, UWORD, UWORD, SLCHAR *, SLCHAR, UWORD, UWORD); FUNCTION Adds a new item to the end of the menu specified by menuid and mid. INPUTS apphandle - as returned by...
SL_AddSubItem
updated:2008-03-01 23:36:20
NAME SL_AddSubItem -- adds a sub item to a menu item. SYNOPSIS success = SL_AddSubItem(apphandle, menuid, mid, iid, title, kbequiv, flags, id); D0A0 D0 D1D2 A1 D3 D4 D5 SLFLAG SL_AddSubItem(APPHANDLE, UWORD, UWORD, UWORD, SLCHAR *, SLCHAR, UWORD, UWORD); FUNCTION Adds a subitem to the end of a menu items sub list. INPUTS apphandle - as returned by...
SL_DrawLineTo
updated:2008-03-01 23:36:20
NAME SL_DrawLineTo -- draws a line to a point. SYNOPSIS SL_DrawLineTo(winhandle, x, y); A0 D0 D1 void SL_DrawLineTo(WINHANDLE, WORD, WORD); FUNCTION Will draw a line to the specified point from the last point drawn. INPUTS winhandle - as returned by SL_CreateWindowA. x,y - the point to draw to. SEE ALSO SL_DrawMoveTo, SL_DrawCurveTo....
SL_DrawCurveTo
updated:2008-03-01 23:36:20
NAME SL_DrawCurveTo -- draws a bezier curve. SYNOPSIS SL_DrawCurveTo(winhandle, x, y, c1x, c1y, c2x, c2y); A0 D0 D1 D2 D3 D4 D5 void SL_DrawCurveTo(WINHANDLE, WORD, WORD, WORD, WORD, WORD, WORD); FUNCTION Draws a bezier curve to x,y from the previous point using c1x,c1y and c2x,c2y as the control points. INPUTS winhandle - as returned by...
SL_DrawLine
updated:2008-03-01 23:36:21
NAME SL_DrawLine -- draws a line between two points. SYNOPSIS SL_DrawLine(winhandle, x1, y1, x2, y2); A0 D0 D1 D2 D3 void SL_DrawLine(WINHANDLE, WORD, WORD, WORD, WORD); FUNCTION Draws a line between the two points x1,y1 and x2,y2. INPUTS winhandle - as returned by SL_CreateWindowA. x1,y1 - the starting point of the line. x2,y2 - the ending point of...
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 152 162 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