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

12

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkPanedwindow.c503 pw->paned.paneOptionTable = Tk_CreateOptionTable(interp,PaneOptionSpecs);
H A DttkTreeview.c996 Tk_CreateOptionTable(interp, ItemOptionSpecs);
998 Tk_CreateOptionTable(interp, ColumnOptionSpecs);
1000 Tk_CreateOptionTable(interp, HeadingOptionSpecs);
1002 Tk_CreateOptionTable(interp, TagOptionSpecs);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPlace.c240 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkScale.c240 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
H A DtkListbox.c518 Tk_CreateOptionTable(interp, optionSpecs);
520 Tk_CreateOptionTable(interp, itemAttrOptionSpecs);
H A DtkPanedWindow.c373 pwOpts->pwOptions = Tk_CreateOptionTable(interp, optionSpecs);
374 pwOpts->slaveOpts = Tk_CreateOptionTable(interp, slaveOptionSpecs);
H A DtkFrame.c505 optionTable = Tk_CreateOptionTable(interp, optionSpecs[type]);
H A DtkDecls.h668 EXTERN Tk_OptionTable Tk_CreateOptionTable _ANSI_ARGS_((
1972 #ifndef Tk_CreateOptionTable
1973 #define Tk_CreateOptionTable \ macro
H A DtkButton.c662 optionTable = Tk_CreateOptionTable(interp, optionSpecs[type]);
H A DtkEntry.c539 optionTable = Tk_CreateOptionTable(interp, entryOptSpec);
3598 optionTable = Tk_CreateOptionTable(interp, sbOptSpec);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkListbox.c510 Tk_CreateOptionTable(interp, optionSpecs);
512 Tk_CreateOptionTable(interp, itemAttrOptionSpecs);
H A DtkPanedWindow.c418 pwOpts->pwOptions = Tk_CreateOptionTable(interp, optionSpecs);
419 pwOpts->slaveOpts = Tk_CreateOptionTable(interp, slaveOptionSpecs);
H A DtkTextTag.c1021 Tk_CreateOptionTable(textPtr->interp, tagOptionSpecs);
H A DtkDecls.h1178 EXTERN Tk_OptionTable Tk_CreateOptionTable(Tcl_Interp *interp,
2741 #ifndef Tk_CreateOptionTable
2742 #define Tk_CreateOptionTable \ macro
H A DtkButton.c668 optionTable = Tk_CreateOptionTable(interp, optionSpecs[type]);
H A DtkEntry.c503 optionTable = Tk_CreateOptionTable(interp, entryOptSpec);
3559 optionTable = Tk_CreateOptionTable(interp, sbOptSpec);
H A DtkText.c633 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DBroadcast.c300 optionTable = Tk_CreateOptionTable( interp, optionSpecs );
H A DSeqGrabber.c288 optionTable = Tk_CreateOptionTable( interp, SeqGrabberConfigSpecs );
H A DMoviePlayer.c552 optionTable = Tk_CreateOptionTable( interp, MoviePlayerConfigSpecs );
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c381 optionTable = Tk_CreateOptionTable(interp, optionSpecs);
410 tree->debug.optionTable = Tk_CreateOptionTable(interp, debugSpecs);
H A DtkTreeColumn.c2350 column->optionTable = Tk_CreateOptionTable(tree->interp, columnSpecs);
5709 tree->columnDrag.optionTable = Tk_CreateOptionTable(tree->interp, dragSpecs);
H A DtkTreeElem.c4325 typePtr->optionTable = Tk_CreateOptionTable(interp,
H A DtkTreeItem.c8775 tree->itemOptionTable = Tk_CreateOptionTable(tree->interp, itemOptionSpecs);
H A DtkTreeStyle.c6834 tree->styleOptionTable = Tk_CreateOptionTable(tree->interp,

Completed in 488 milliseconds

12