# srow, scol, erow, ecol (XTEXT) The parameters _srow, scol, erow, ecol _(any numeric type) mark the upper left and lower right corners of the text editing box. Note that the size of the box does not affect the amount of text that can be edited, although it may affect the way the text is wrapped. See the _flags_ TXF\_HSCROLL, TXF\_VSCROLL, TXF\_FITVIEW. If the TXF\_POPOP bit is set in the _flags_ parameter, the pop-up dialog will initially occupy the space specified by these row/column coordinates, but the user will be able to drag and resize the dialog. If the coordinates are negative, they are interpreted as pixel coordinates, allowing you to position the popup window relative to the desktop rather than the dialog or main A-Shell window.