|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| sci.ID.pos(left, top, width, height) |
Parameters
| INT | left, top | Position of the Scintilla editor in the window.
| | INT | width, height | Size of the Scintilla editor. |
Return value
No value is returned.
Description
Set the pos of the Scintilla editor.
This function should be called when the size of the window containing the editor is changed. |
|
|
|