Searched refs:Tk_Cursor (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkEntry.h90 Tk_Cursor cursor; /* Current cursor for window, or None. */
200 Tk_Cursor bCursor; /* cursor for buttons, or None. */
H A DtkScrollbar.h129 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkCursor.c73 * Given a Tcl_Obj *, map the value to a corresponding Tk_Cursor
92 Tk_Cursor
186 Tk_Cursor
314 Tk_Cursor
418 Tk_Cursor cursor) /* Identifier for cursor whose name is
515 Tk_Cursor cursor) /* Identifier for cursor to be released. */
644 * Returns the Tk_Cursor that matches the tkwin and the string rep of the
654 Tk_Cursor
H A DtkCanvas.h211 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkMenubutton.h180 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkScale.h161 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkConfig.c861 Tk_Cursor newCursor;
873 *((Tk_Cursor *) oldInternalPtr) = *((Tk_Cursor *) internalPtr);
874 *((Tk_Cursor *) internalPtr) = newCursor;
1485 *((Tk_Cursor *) internalPtr) = *((Tk_Cursor *) ptr);
1486 Tk_DefineCursor(savePtr->tkwin, *((Tk_Cursor *) internalPtr));
1720 if (*((Tk_Cursor *) internalPtr) != None) {
1721 Tk_FreeCursor(Tk_Display(tkwin), *((Tk_Cursor *) internalPtr));
1722 *((Tk_Cursor *) internalPt
[all...]
H A DtkButton.h245 Tk_Cursor cursor; /* Value of -cursor option: if not None,
H A DtkOldConfig.c478 Tk_Cursor newCursor, oldCursor;
489 oldCursor = *((Tk_Cursor *) ptr);
493 *((Tk_Cursor *) ptr) = newCursor;
844 Tk_Cursor cursor = *((Tk_Cursor *) ptr);
1034 if (*((Tk_Cursor *) ptr) != None) {
1035 Tk_FreeCursor(display, *((Tk_Cursor *) ptr));
1036 *((Tk_Cursor *) ptr) = None;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkEntry.h91 Tk_Cursor cursor; /* Current cursor for window, or None. */
200 Tk_Cursor bCursor; /* cursor for buttons, or None. */
H A DtkScrollbar.h132 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkCursor.c76 * Tk_Cursor structure based on the tkwin given.
95 Tk_Cursor
190 Tk_Cursor
320 Tk_Cursor
429 Tk_Cursor cursor; /* Identifier for cursor whose name is
528 Tk_Cursor cursor; /* Identifier for cursor to be released. */
658 * Returns the Tk_Cursor that matches the tkwin and the string rep
668 Tk_Cursor
H A DtkCanvas.h211 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkMenubutton.h181 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkScale.h162 Tk_Cursor cursor; /* Current cursor for window, or None. */
H A DtkConfig.c872 Tk_Cursor new;
884 *((Tk_Cursor *) oldInternalPtr) = *((Tk_Cursor *) internalPtr);
885 *((Tk_Cursor *) internalPtr) = new;
1533 *((Tk_Cursor *) internalPtr)
1534 = *((Tk_Cursor *) &savePtr->items[i].internalForm);
1536 *((Tk_Cursor *) internalPtr));
1780 if (*((Tk_Cursor *) internalPtr) != None) {
1782 *((Tk_Cursor *) internalPtr));
1783 *((Tk_Cursor *) internalPt
[all...]
H A DtkButton.h236 Tk_Cursor cursor; /* Value of -cursor option: if not None,
H A DtkOldConfig.c502 Tk_Cursor new, old;
513 old = *((Tk_Cursor *) ptr);
517 *((Tk_Cursor *) ptr) = new;
868 Tk_Cursor cursor = *((Tk_Cursor *) ptr);
1053 if (*((Tk_Cursor *) ptr) != None) {
1054 Tk_FreeCursor(display, *((Tk_Cursor *) ptr));
1055 *((Tk_Cursor *) ptr) = None;
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinCursor.c121 cursorPtr->info.cursor = (Tk_Cursor) cursorPtr;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinCursor.c116 cursorPtr->info.cursor = (Tk_Cursor) cursorPtr;
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixCursor.c310 cursorPtr->info.cursor = (Tk_Cursor) cursor;
382 cursorPtr->info.cursor = (Tk_Cursor) cursor;
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DcheckLibraryDoc.tcl65 Tk_Cursor \
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DcheckLibraryDoc.tcl65 Tk_Cursor \
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.h285 Tk_Cursor cursor; /* the regular mouse pointer */
286 Tk_Cursor bdcursor; /* the mouse pointer when over borders */
288 Tk_Cursor titleCursor; /* the mouse pointer when over titles */
335 Tk_Cursor *lastCursorPtr; /* pointer to last cursor defined. */
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixCursor.c339 cursorPtr->info.cursor = (Tk_Cursor) cursor;
600 cursorPtr->info.cursor = (Tk_Cursor) cursor;

Completed in 246 milliseconds

123