Searched defs:border (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkConfig.c | 816 Tk_3DBorder border = *((Tk_3DBorder *) ptr); 817 if (border != NULL) { 818 result = Tk_NameOf3DBorder(border); 810 Tk_3DBorder border = *((Tk_3DBorder *) ptr); local
|
H A D | tkFrame.c | 54 Tk_3DBorder border; /* Structure used to draw 3-D border and member in struct:__anon399 56 * or border. */ 57 int borderWidth; /* Width of 3-D border (if any). */ 102 DEF_FRAME_BG_COLOR, Tk_Offset(Frame, border), 105 DEF_FRAME_BG_MONO, Tk_Offset(Frame, border), 370 framePtr->border = NULL; 566 if (framePtr->border != NULL) { 567 Tk_SetBackgroundFromBorder(framePtr->tkwin, framePtr->border); 619 if (framePtr->border ! [all...] |
H A D | tkMessage.c | 46 Tk_3DBorder border; /* Structure used to draw 3-D border and member in struct:__anon411 47 * background. NULL means a border hasn't 49 int borderWidth; /* Width of border. */ 59 * traversal highlight and 3-D border. 115 DEF_MESSAGE_BG_COLOR, Tk_Offset(Message, border), 118 DEF_MESSAGE_BG_MONO, Tk_Offset(Message, border), 235 msgPtr->border = NULL; 458 * the background from a 3-D border or handling special defaults 464 Tk_SetBackgroundFromBorder(msgPtr->tkwin, msgPtr->border); [all...] |
H A D | tkMenubutton.c | 64 * border and background when window 66 * border exists. */ 68 * border and background when window 70 * border exists. */ 71 int borderWidth; /* Width of border. */ 81 * traversal highlight and 3-D border. 591 * background from a 3-D border, or filling in complicated 781 Tk_3DBorder border; 796 border = mbPtr->normalBorder; 799 border 776 Tk_3DBorder border; local [all...] |
H A D | tkScrollbar.c | 73 * traversal highlight and 3-D border. 77 int elementBorderWidth; /* Width of border to draw around elements 85 * of slider area, including border. */ 88 * border. */ 700 * Configuration information, such as colors, border width, 729 * orientation or setting the background from a 3-D border. 765 * for the two arrows plus a minimum-size slider, plus border around 801 Tk_3DBorder border; 858 border = scrollPtr->activeBorder; 862 border 796 Tk_3DBorder border; local [all...] |
H A D | tkButton.c | 69 * border and background when window 71 * border exists. */ 73 * border and background when window 75 * border exists. */ 76 int borderWidth; /* Width of border. */ 86 * traversal highlight and 3-D border. 890 * background from a 3-D border, or filling in complicated 1137 Tk_3DBorder border; 1154 border = butPtr->normalBorder; 1160 border 1131 Tk_3DBorder border; local [all...] |
H A D | tkMenu.c | 63 * border drawn around entry when active. */ 68 Tk_3DBorder border; /* Structure used to draw background for member in struct:MenuEntry 69 * entry. NULL means use overall border 73 Tk_3DBorder activeBorder; /* Used to draw background and border when 174 DEF_MENU_ENTRY_BG, Tk_Offset(MenuEntry, border), 264 Tk_3DBorder border; /* Structure used to draw 3-D member in struct:Menu 265 * border and background for menu. */ 266 int borderWidth; /* Width of border around whole menu. */ 267 Tk_3DBorder activeBorder; /* Used to draw background and border for 269 int activeBorderWidth; /* Width of border aroun [all...] |
H A D | tkText.h | 266 Tk_3DBorder border; /* Used for drawing background. NULL means member in struct:TkTextTag 270 int borderWidth; /* Width of 3-D border for background. */ 445 Tk_3DBorder border; /* Structure used to draw 3-D border and member in struct:TkText 447 int borderWidth; /* Width of 3-D border to draw around entire 449 int padX, padY; /* Padding between text and window border. */ 450 int relief; /* 3-d effect for border around entire 532 int insertBorderWidth; /* Width of 3-D border around insert cursor. */
|
H A D | tkTextDisp.c | 29 Tk_3DBorder border; /* Used for drawing background under text. member in struct:StyleValues 31 int borderWidth; /* Width of 3-D border for background. */ 82 * background so that, for example, no beveled border should be drawn 87 (((s1)->sValuePtr->border == (s2)->sValuePtr->border) \ 140 * chunks in this line has a 3D border, so 182 * Leaves space for border, etc. */ 185 * Leaves space for border, etc. */ 270 * REDRAW_BORDERS: Means window border or pad area has 510 if ((tagPtr->border ! [all...] |
/ast/src/cmd/codexlib/zip/ |
H A D | deflate.c | 442 static ulg border[] = { /* Order of the bit length code lengths */ local 478 ll[border[j]] = GETBITS(3); 482 ll[border[j]] = 0;
|
Completed in 36 milliseconds