Searched defs:sticky (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkGrid.c171 int sticky; /* which sides of its cavity this window member in struct:Gridder
194 /* Flag values for "sticky"ness The 16 combinations subsume the packer's
443 slavePtr->sticky = 0;
481 StickyToString(slavePtr->sticky,buffer);
482 Tcl_AppendResult(interp, " -sticky ", buffer, (char *) NULL);
1087 * on its "sticky" flags.
1109 int sticky = slavePtr->sticky;
1126 if (sticky&STICK_EAST && sticky
1104 int sticky = slavePtr->sticky; local
2307 int sticky = StringToSticky(argv[i+1]); local
2556 int sticky = 0; local
[all...]

Completed in 16 milliseconds