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

/ast/src/lib/libtk/generic/
H A DtkConfig.c816 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 DtkFrame.c54 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 DtkMessage.c46 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 DtkMenubutton.c64 * 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 DtkScrollbar.c73 * 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 DtkButton.c69 * 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 DtkMenu.c63 * 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 DtkText.h266 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 DtkTextDisp.c29 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 Ddeflate.c442 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