Home
last modified time | relevance | path

Searched defs:TkBorder (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A Dtk3d.h23 typedef struct TkBorder { struct
24 Screen *screen; /* Screen on which the border will be used. */
25 Visual *visual; /* Visual for all windows and pixmaps using
27 int depth; /* Number of bits per pixel of drawables where
29 Colormap colormap; /* Colormap out of which pixels are
31 TkSizeT resourceRefCount; /* Number of active uses of this color (each
40 TkSizeT objRefCount; /* The number of Tcl objects that reference
64 struct TkBorder *nextPtr; /* Points to the next TkBorder structure with argument
69 } TkBorder; typedef
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A Dtk3d.h23 typedef struct TkBorder { struct
24 Screen *screen; /* Screen on which the border will be used. */
25 Visual *visual; /* Visual for all windows and pixmaps using
27 int depth; /* Number of bits per pixel of drawables where
29 Colormap colormap; /* Colormap out of which pixels are
31 int resourceRefCount; /* Number of active uses of this color (each
40 int objRefCount; /* The number of Tcl objects that reference
64 struct TkBorder *nextPtr; /* Points to the next TkBorder structure with argument
69 } TkBorder; typedef
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A Dtk3d.h28 typedef struct TkBorder { struct
29 Screen *screen; /* Screen on which the border will be used. */
30 Visual *visual; /* Visual for all windows and pixmaps using
32 int depth; /* Number of bits per pixel of drawables where
34 Colormap colormap; /* Colormap out of which pixels are
36 int resourceRefCount; /* Number of active uses of this color (each
46 int objRefCount; /* The number of Tcl objects that reference
70 struct TkBorder *nextPtr; /* Points to the next TkBorder structure with argument
75 } TkBorder; typedef
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A Dtk3d.h32 typedef struct TkBorder { struct
33 Screen *screen; /* Screen on which the border will be used. */
34 Visual *visual; /* Visual for all windows and pixmaps using
36 int depth; /* Number of bits per pixel of drawables where
38 Colormap colormap; /* Colormap out of which pixels are
40 int resourceRefCount; /* Number of active uses of this color (each
50 int objRefCount; /* The number of Tcl objects that reference
52 XColor *bgColorPtr; /* Background color (intensity
76 struct TkBorder *nextPtr; /* Points to the next TkBorder structure with argument
81 } TkBorder; typedef