Searched refs:scrollToEditor (Results 1 – 3 of 3) sorted by relevance
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/win/ |
H A D | view.c | 162 { return scrollToEditor(v->editor, index, screenline); in scrollToView()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/ |
H A D | proto.h | 30 COMMON(status) scrollToEditor(Editor e, Int pos, Int screenline);
|
H A D | editor.c | 3980 scrollToEditor(Editor e, Int pos, Int screenline) in scrollToEditor() function 4086 scrollToEditor(e, toInt(h), DEFAULT); in scrollVerticalEditor() 5251 SM(NAME_scrollTo, 2, T_scrollTo, scrollToEditor,
|