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

/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkPanedwindow.c180 /* ShoveUp --
188 static int ShoveUp(Paned *pw, int i, int pos) function
199 pos = ShoveUp(pw, i-1, pos - sashThickness) + sashThickness;
205 * Same as ShoveUp, but going in the opposite direction
362 ShoveUp(pw, nPanes - 1, available);
866 ShoveUp(pw, sashIndex, position);

Completed in 78 milliseconds