Home
last modified time | relevance | path

Searched refs:topBevel (Results 1 – 25 of 31) sorted by relevance

12

/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWin3d.c199 leftIn, rightIn, topBevel, relief) in Tk_3DHorizontalBevel() argument
215 int topBevel; /* Non-zero means this bevel forms the
241 topColor = (topBevel)
244 bottomColor = (topBevel)
249 topColor = (topBevel)
252 bottomColor = (topBevel)
289 if (topBevel && (height & 1)) {
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWin3d.c211 int topBevel, /* Non-zero means this bevel forms the top in Tk_3DHorizontalBevel() argument
236 topColor = (topBevel) in Tk_3DHorizontalBevel()
239 bottomColor = (topBevel) in Tk_3DHorizontalBevel()
244 topColor = (topBevel) in Tk_3DHorizontalBevel()
247 bottomColor = (topBevel) in Tk_3DHorizontalBevel()
285 if (topBevel && (height & 1)) { in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWin3d.c211 int topBevel, /* Non-zero means this bevel forms the top in Tk_3DHorizontalBevel() argument
236 topColor = (topBevel) in Tk_3DHorizontalBevel()
239 bottomColor = (topBevel) in Tk_3DHorizontalBevel()
244 topColor = (topBevel) in Tk_3DHorizontalBevel()
247 bottomColor = (topBevel) in Tk_3DHorizontalBevel()
285 if (topBevel && (height & 1)) { in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWin3d.c211 int topBevel, /* Non-zero means this bevel forms the top in Tk_3DHorizontalBevel() argument
236 topColor = (topBevel) in Tk_3DHorizontalBevel()
239 bottomColor = (topBevel) in Tk_3DHorizontalBevel()
244 topColor = (topBevel) in Tk_3DHorizontalBevel()
247 bottomColor = (topBevel) in Tk_3DHorizontalBevel()
285 if (topBevel && (height & 1)) { in Tk_3DHorizontalBevel()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnix3d.c197 leftIn, rightIn, topBevel, relief) in Tk_3DHorizontalBevel() argument
213 int topBevel; /* Non-zero means this bevel forms the
249 (topBevel) ? borderPtr->lightGC : borderPtr->darkGC;
268 (topBevel) ? borderPtr->darkGC : borderPtr->lightGC;
287 if (!topBevel && (height & 1)) {
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnix3d.c208 int topBevel, /* Non-zero means this bevel forms the top in Tk_3DHorizontalBevel() argument
242 topGC = bottomGC = (topBevel? borderPtr->lightGC : borderPtr->darkGC); in Tk_3DHorizontalBevel()
259 topGC = bottomGC = (topBevel? borderPtr->darkGC : borderPtr->lightGC); in Tk_3DHorizontalBevel()
278 if (!topBevel && (height & 1)) { in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnix3d.c208 int topBevel, /* Non-zero means this bevel forms the top in Tk_3DHorizontalBevel() argument
242 topGC = bottomGC = (topBevel? borderPtr->lightGC : borderPtr->darkGC); in Tk_3DHorizontalBevel()
259 topGC = bottomGC = (topBevel? borderPtr->darkGC : borderPtr->lightGC); in Tk_3DHorizontalBevel()
278 if (!topBevel && (height & 1)) { in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnix3d.c207 int topBevel, /* Non-zero means this bevel forms the top in Tk_3DHorizontalBevel() argument
241 topGC = bottomGC = (topBevel? borderPtr->lightGC : borderPtr->darkGC); in Tk_3DHorizontalBevel()
258 topGC = bottomGC = (topBevel? borderPtr->darkGC : borderPtr->lightGC); in Tk_3DHorizontalBevel()
277 if (!topBevel && (height & 1)) { in Tk_3DHorizontalBevel()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A Dtk3d.c293 leftIn, rightIn, topBevel, relief) in Tk_3DHorizontalBevel() argument
309 int topBevel; /* Non-zero means this bevel forms the
336 (topBevel) ? borderPtr->lightGC : borderPtr->darkGC;
340 (topBevel) ? borderPtr->darkGC : borderPtr->lightGC;
370 if (!topBevel && (height & 1)) {
H A Dtk.h965 int rightIn, int topBevel, int relief));
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A Dtk3d.c293 leftIn, rightIn, topBevel, relief) in Tk_3DHorizontalBevel() argument
309 int topBevel; /* Non-zero means this bevel forms the
336 (topBevel) ? borderPtr->lightGC : borderPtr->darkGC;
340 (topBevel) ? borderPtr->darkGC : borderPtr->lightGC;
370 if (!topBevel && (height & 1)) {
H A Dtk.h965 int rightIn, int topBevel, int relief));
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A Dtk3d.c293 leftIn, rightIn, topBevel, relief) in Tk_3DHorizontalBevel() argument
309 int topBevel; /* Non-zero means this bevel forms the
336 (topBevel) ? borderPtr->lightGC : borderPtr->darkGC;
340 (topBevel) ? borderPtr->darkGC : borderPtr->lightGC;
370 if (!topBevel && (height & 1)) {
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/win/
H A DtkWinTree.c1104 int topBevel, /* Non-zero means this bevel forms the top in _3DHorizontalBevel() argument
1116 topColor = (topBevel) in _3DHorizontalBevel()
1119 bottomColor = (topBevel) in _3DHorizontalBevel()
1124 topColor = (topBevel) in _3DHorizontalBevel()
1127 bottomColor = (topBevel) in _3DHorizontalBevel()
1161 if (topBevel && (height & 1)) { in _3DHorizontalBevel()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/pTk/
H A D3DBorder.pod37 B<Tk_3DHorizontalBevel>(I<tkwin, drawable, border, x, y, width, height, leftIn, rightIn, topBevel, …
159 =item int topBevel (in)
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD/
H A DTk_externals.sl63 y width height leftIn rightIn topBevel relief))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/linux/
H A DTk_externals.sl63 y width height leftIn rightIn topBevel relief))
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkDecls.h55 int rightIn, int topBevel, int relief);
914 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief); /* …
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkDecls.h47 int rightIn, int topBevel, int relief);
890 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief); /* …
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A DtkDecls.h47 int rightIn, int topBevel, int relief);
882 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief); /* …
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkDecls.h58 int rightIn, int topBevel, int relief);
1702 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief); /* …
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A DtkDecls.h58 int rightIn, int topBevel, int relief);
1702 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief); /* …
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A DtkDecls.h43 int rightIn, int topBevel, int relief));
935 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief)); /*…
/dports/textproc/wordnet/WordNet-3.0/include/tk/
H A DtkDecls.h45 int rightIn, int topBevel, int relief));
934 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief)); /*…
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkDecls.h45 int rightIn, int topBevel, int relief));
934 …rder, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief)); /*…

12