Searched refs:utfTitle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinDialog.c1729 char *utfTitle; /* Title for window */
1745 utfTitle = NULL;
1805 utfTitle = string;
1830 if (utfTitle != NULL) {
1831 Tcl_UtfToExternalDString(NULL, utfTitle, -1, &titleString);
1902 if (utfTitle != NULL) {
2101 char *utfTitle;
2124 utfTitle = NULL;
2169 utfTitle = string;
2236 if (utfTitle !
1717 char *utfTitle; /* Title for window */ local
2088 char *utfTitle; local
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinDialog.c1909 char *utfTitle = NULL;/* Title for window */
1982 utfTitle = string;
2006 if (utfTitle != NULL) {
2007 Tcl_UtfToExternalDString(NULL, utfTitle, -1, &titleString);
2096 if (utfTitle != NULL) {
1897 char *utfTitle = NULL;/* Title for window */ local

Completed in 123 milliseconds