Searched refs:TK_OPTION_CUSTOM (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.c463 if (specPtr->type != TK_OPTION_CUSTOM)
464 panic("IntegerCO_Init: %s is not TK_OPTION_CUSTOM", optionName);
504 if (specPtr->type != TK_OPTION_CUSTOM)
505 panic("StringTableCO_Init: %s is not TK_OPTION_CUSTOM", optionName);
621 {TK_OPTION_CUSTOM, "-background", (char *) NULL, (char *) NULL,
625 {TK_OPTION_CUSTOM, "-bitmap", (char *) NULL, (char *) NULL,
630 {TK_OPTION_CUSTOM, "-draw", (char *) NULL, (char *) NULL,
635 {TK_OPTION_CUSTOM, "-foreground", (char *) NULL, (char *) NULL,
943 {TK_OPTION_CUSTOM, "-background", (char *) NULL, (char *) NULL,
948 {TK_OPTION_CUSTOM, "
[all...]
H A DtkTreeColumn.c136 * These procedures implement a TK_OPTION_CUSTOM where the custom
287 {TK_OPTION_CUSTOM, "-arrowbitmap", (char *) NULL, (char *) NULL,
295 {TK_OPTION_CUSTOM, "-arrowimage", (char *) NULL, (char *) NULL,
300 {TK_OPTION_CUSTOM, "-arrowpadx", (char *) NULL, (char *) NULL,
303 {TK_OPTION_CUSTOM, "-arrowpady", (char *) NULL, (char *) NULL,
311 {TK_OPTION_CUSTOM, "-background", (char *) NULL, (char *) NULL,
336 {TK_OPTION_CUSTOM, "-imagepadx", (char *) NULL, (char *) NULL,
340 {TK_OPTION_CUSTOM, "-imagepady", (char *) NULL, (char *) NULL,
347 {TK_OPTION_CUSTOM, "-itemjustify", (char *) NULL, (char *) NULL,
350 {TK_OPTION_CUSTOM, "
[all...]
H A DtkTreeCtrl.c95 {TK_OPTION_CUSTOM, "-buttonbitmap", "buttonBitmap", "ButtonBitmap",
100 {TK_OPTION_CUSTOM, "-buttonimage", "buttonImage", "ButtonImage",
168 {TK_OPTION_CUSTOM, "-itempadx", (char *) NULL, (char *) NULL,
173 {TK_OPTION_CUSTOM, "-itempady", (char *) NULL, (char *) NULL,
247 {TK_OPTION_CUSTOM, "-treecolumn", "treeColumn", "TreeColumn",
H A DtkTreeDrag.c61 {TK_OPTION_CUSTOM, "-style", (char *) NULL, (char *) NULL,
H A DtkTreeUtils.c122 * of a Tk_OptionSpec record with a TK_OPTION_CUSTOM type in the form
4395 * These procedures implement a TK_OPTION_CUSTOM where the custom
5183 * These procedures implement a TK_OPTION_CUSTOM where the custom
5399 if (specPtr->type != TK_OPTION_CUSTOM)
5400 panic("PerStateCO_Init: %s is not TK_OPTION_CUSTOM", optionName);
5536 * These procedures implement a TK_OPTION_CUSTOM where the custom
5823 if (specPtr->type != TK_OPTION_CUSTOM)
5824 panic("DynamicCO_Init: %s is not TK_OPTION_CUSTOM", optionName);
5888 if (optionTable[i].type != TK_OPTION_CUSTOM)
5966 * These procedures implement a TK_OPTION_CUSTOM wher
[all...]
H A DtkTreeItem.c93 {TK_OPTION_CUSTOM, "-button", (char *) NULL, (char *) NULL,
99 {TK_OPTION_CUSTOM, "-tags", (char *) NULL, (char *) NULL,
102 {TK_OPTION_CUSTOM, "-visible", (char *) NULL, (char *) NULL,
105 {TK_OPTION_CUSTOM, "-wrap", (char *) NULL, (char *) NULL,
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dshellicon.c182 {TK_OPTION_CUSTOM, "-addoverlays", (char *) NULL, (char *) NULL,
185 {TK_OPTION_CUSTOM, "-draw", (char *) NULL, (char *) NULL,
197 {TK_OPTION_CUSTOM, "-size",(char *) NULL, (char *) NULL,
200 {TK_OPTION_CUSTOM, "-type", (char *) NULL, (char *) NULL,
203 {TK_OPTION_CUSTOM, "-useimagelist", (char *) NULL, (char *) NULL,
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkConfig.c69 /* For TK_OPTION_CUSTOM. */
278 if (specPtr->type == TK_OPTION_CUSTOM) {
293 || (specPtr->type == TK_OPTION_CUSTOM)) {
939 case TK_OPTION_CUSTOM: {
1500 case TK_OPTION_CUSTOM: {
1728 case TK_OPTION_CUSTOM: {
2022 case TK_OPTION_CUSTOM: {
H A DtkTest.c754 {TK_OPTION_CUSTOM, "-custom", NULL, NULL,
1030 {TK_OPTION_CUSTOM, "-custom", NULL, NULL, "",
H A Dtk.h148 TK_OPTION_CUSTOM,
207 * The following structure and function types are used by TK_OPTION_CUSTOM
147 TK_OPTION_CUSTOM, enumerator in enum:__anon13408
H A DtkText.c135 {TK_OPTION_CUSTOM, "-endline", NULL, NULL,
214 {TK_OPTION_CUSTOM, "-startline", NULL, NULL,
H A DtkPanedWindow.c342 {TK_OPTION_CUSTOM, "-sticky", NULL, NULL,
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkConfig.c69 struct Tk_ObjCustomOption *custom; /* For TK_OPTION_CUSTOM. */
287 if (specPtr->type == TK_OPTION_CUSTOM) {
302 || (specPtr->type == TK_OPTION_CUSTOM)) {
952 case TK_OPTION_CUSTOM: {
1559 case TK_OPTION_CUSTOM: {
1789 case TK_OPTION_CUSTOM: {
2090 case TK_OPTION_CUSTOM: {
H A DtkTest.c793 {TK_OPTION_CUSTOM,
1109 {TK_OPTION_CUSTOM,
H A Dtk.h152 TK_OPTION_CUSTOM, enumerator in enum:__anon13756
213 * The following structure and function types are used by TK_OPTION_CUSTOM
H A DtkPanedWindow.c307 {TK_OPTION_CUSTOM, "-sticky", (char *) NULL, (char *) NULL,

Completed in 280 milliseconds