Tk_SetCaretPos (3) Linux Manual Page
Tk_SetCaretPos – set the display caret location
Synopsis
#include <tk.h>
int
Tk_SetCaretPos(tkwin, x, y, height)
Arguments
- Tk_Window tkwin (in) Token for window.
- int x (in) Window-relative x coordinate.
- int y (in) Window-relative y coordinate.
- int h (in) Height of the caret in the window.
- int x (in) Window-relative x coordinate.
