Home
last modified time | relevance | path

Searched defs:TkScale (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkScale.h42 typedef struct TkScale { struct
56 int width; /* Desired narrow dimension of scale, in
58 int length; /* Desired long dimension of scale, in
60 double value; /* Current value of scale. */
88 char *label; /* Label to display above or to right of
105 XColor *troughColorPtr; /* Color for drawing trough. */
106 GC troughGC; /* For drawing trough. */
109 XColor *textColorPtr; /* Color for drawing text. */
110 GC textGC; /* GC for drawing text in normal mode. */
121 int inset; /* Total width of all borders, including
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkScale.h42 typedef struct TkScale { struct
56 int width; /* Desired narrow dimension of scale, in
58 int length; /* Desired long dimension of scale, in
60 double value; /* Current value of scale. */
88 char *label; /* Label to display above or to right of
105 XColor *troughColorPtr; /* Color for drawing trough. */
106 GC troughGC; /* For drawing trough. */
109 XColor *textColorPtr; /* Color for drawing text. */
110 GC textGC; /* GC for drawing text in normal mode. */
121 int inset; /* Total width of all borders, including
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkScale.h47 typedef struct TkScale { struct
61 int width; /* Desired narrow dimension of scale, in
63 int length; /* Desired long dimension of scale, in
65 double value; /* Current value of scale. */
91 char *label; /* Label to display above or to right of
108 XColor *troughColorPtr; /* Color for drawing trough. */
109 GC troughGC; /* For drawing trough. */
112 XColor *textColorPtr; /* Color for drawing text. */
113 GC textGC; /* GC for drawing text in normal mode. */
124 int inset; /* Total width of all borders, including
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkScale.h50 typedef struct TkScale { struct
64 int width; /* Desired narrow dimension of scale,
66 int length; /* Desired long dimension of scale,
68 double value; /* Current value of scale. */
69 Tcl_Obj *varNamePtr; /* Name of variable or NULL.
77 double tickInterval; /* Distance between tick marks;
81 int digits; /* Number of significant digits to print
113 GC troughGC; /* For drawing trough. */
116 XColor *textColorPtr; /* Color for drawing text. */
128 int inset; /* Total width of all borders, including
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/tkogl/
H A Dtkoglparse.c752 TkScale, variable
1345 TkScale (interp, args, nargs) in TkScale() function