Lines Matching refs:cursor
62 * cursor. */
63 int insertWidth; /* Total width of insert cursor. */
64 int insertBorderWidth; /* Width of 3-D border around insert cursor. */
65 int insertOnTime; /* Number of milliseconds cursor should spend
67 int insertOffTime; /* Number of milliseconds cursor should spend
70 /* Timer handler used to blink cursor on and
129 Tk_Cursor cursor; /* Current cursor for window, or None. */
149 * CURSOR_ON: Non-zero means insert cursor is displayed at
188 {TK_CONFIG_ACTIVE_CURSOR, "-cursor", "cursor", "Cursor",
189 DEF_ENTRY_CURSOR, Tk_Offset(Entry, cursor), TK_CONFIG_NULL_OK},
406 entryPtr->cursor = None;
952 * Restart the cursor timing sequence in case the on-time or off-time
1052 * insertion cursor background.
1093 * Draw a special background for the insertion cursor, overriding
1095 * cursor visible when the insertion cursor color is the same as
1097 * background in the cursor area (instead of nothing) when the
1098 * cursor isn't on. Otherwise the selection would hide the cursor.
2143 * insertion cursor off and on.
2149 * The cursor gets turned on or off, redisplay gets invoked,
2190 * The cursor gets turned on or off.