Searched refs:Tk_CreateOptionTable (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTest.c764 optionTable = Tk_CreateOptionTable(interp, typesSpecs);
827 optionTable = Tk_CreateOptionTable(interp, baseSpecs);
880 optionTable = Tk_CreateOptionTable(interp, extensionSpecs);
923 optionTable = Tk_CreateOptionTable(interp, errorSpecs);
1040 optionTable = Tk_CreateOptionTable(interp, internalSpecs);
1124 recordPtr->header.optionTable = Tk_CreateOptionTable(interp,
1169 optionTable = Tk_CreateOptionTable(interp, errorSpecs);
1203 recordPtr->header.optionTable = Tk_CreateOptionTable(interp,
H A DtkMenu.c414 Tk_CreateOptionTable(interp, tkMenuConfigSpecs);
416 Tk_CreateOptionTable(interp, specsArray[TEAROFF_ENTRY]);
418 Tk_CreateOptionTable(interp, specsArray[COMMAND_ENTRY]);
420 Tk_CreateOptionTable(interp, specsArray[CASCADE_ENTRY]);
422 Tk_CreateOptionTable(interp, specsArray[SEPARATOR_ENTRY]);
424 Tk_CreateOptionTable(interp, specsArray[RADIO_BUTTON_ENTRY]);
426 Tk_CreateOptionTable(interp, specsArray[CHECK_BUTTON_ENTRY]);
H A DtkSquare.c156 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkMenubutton.c235 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkMessage.c243 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkStubInit.c893 Tk_CreateOptionTable, /* 190 */
H A DtkTextImage.c256 eiPtr->body.ei.optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkConfig.c46 * Tk_CreateOptionTable.
55 * to Tk_CreateOptionTable.*/
87 * passed to Tk_CreateOptionTable.
92 * (the number of times Tk_CreateOptionTable
151 * Tk_CreateOptionTable --
167 Tk_CreateOptionTable(
251 Tcl_Panic("Tk_CreateOptionTable couldn't find synonym");
307 tablePtr->nextPtr = (OptionTable *) Tk_CreateOptionTable(interp,
372 * entry created by Tk_CreateOptionTable. It is invoked when an
166 Tk_CreateOptionTable( function
H A DtkFrame.c480 optionTable = Tk_CreateOptionTable(interp, optionSpecs[type]);
1960 optionTable = Tk_CreateOptionTable(framePtr->interp, optionSpecs[framePtr->type]);
H A DtkPlace.c235 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkScale.c230 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkTextWind.c302 ewPtr->body.ew.optionTable = Tk_CreateOptionTable(interp, optionSpecs);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTest.c805 optionTable = Tk_CreateOptionTable(interp,
871 optionTable = Tk_CreateOptionTable(interp, baseSpecs);
935 optionTable = Tk_CreateOptionTable(interp, extensionSpecs);
983 optionTable = Tk_CreateOptionTable(interp, errorSpecs);
1121 optionTable = Tk_CreateOptionTable(interp, internalSpecs);
1217 recordPtr->header.optionTable = Tk_CreateOptionTable(interp,
1266 optionTable = Tk_CreateOptionTable(interp, errorSpecs);
1304 recordPtr->header.optionTable = Tk_CreateOptionTable(interp,
H A DtkMenu.c421 Tk_CreateOptionTable(interp, tkMenuConfigSpecs);
423 Tk_CreateOptionTable(interp, specsArray[TEAROFF_ENTRY]);
425 Tk_CreateOptionTable(interp, specsArray[COMMAND_ENTRY]);
427 Tk_CreateOptionTable(interp, specsArray[CASCADE_ENTRY]);
429 Tk_CreateOptionTable(interp, specsArray[SEPARATOR_ENTRY]);
431 Tk_CreateOptionTable(interp, specsArray[RADIO_BUTTON_ENTRY]);
433 Tk_CreateOptionTable(interp, specsArray[CHECK_BUTTON_ENTRY]);
H A DtkSquare.c159 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkMenubutton.c238 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkMessage.c250 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkStubInit.c1061 Tk_CreateOptionTable, /* 190 */
H A DtkConfig.c49 * by Tk_CreateOptionTable.
57 * passed to Tk_CreateOptionTable.*/
87 * been passed to Tk_CreateOptionTable.
93 * Tk_CreateOptionTable has returned
157 * Tk_CreateOptionTable --
173 Tk_CreateOptionTable(interp, templatePtr)
258 panic("Tk_CreateOptionTable couldn't find synonym");
316 tablePtr->nextPtr = (OptionTable *) Tk_CreateOptionTable(interp,
381 * AssocData entry created by Tk_CreateOptionTable. It is
172 Tk_CreateOptionTable(interp, templatePtr) function
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkTagSet.c65 tagTable->optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DttkWidget.c356 Tk_CreateOptionTable(interp, widgetSpec->optionSpecs);
H A DttkNotebook.c1259 nb->notebook.tabOptionTable = Tk_CreateOptionTable(interp,TabOptionSpecs);
1260 nb->notebook.paneOptionTable = Tk_CreateOptionTable(interp,PaneOptionSpecs);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeMarquee.c69 marquee->optionTable = Tk_CreateOptionTable(tree->interp, optionSpecs);
H A DtkTreeTheme.c1842 themeData->headingOptionTable = Tk_CreateOptionTable(interp, NullOptionSpecs);
1844 themeData->buttonOptionTable = Tk_CreateOptionTable(interp, NullOptionSpecs);
H A DtkTreeDrag.c526 dragImage->optionTable = Tk_CreateOptionTable(tree->interp, optionSpecs);

Completed in 309 milliseconds

12