1Tk_StrictMotif(3) Tk Library Procedures Tk_StrictMotif(3)
2
3
4
5______________________________________________________________________________
6
8 Tk_StrictMotif - Return value of tk_strictMotif variable
9
11 #include <tk.h>
12
13 int
14 Tk_StrictMotif(tkwin)
15
17 Tk_Window tkwin (in) Token for window.
18______________________________________________________________________________
19
21 This procedure returns the current value of the tk_strictMotif variable
22 in the interpreter associated with tkwin's application. The value is
23 returned as an integer that is either 0 or 1. 1 means that strict Mo‐
24 tif compliance has been requested, so anything that is not part of the
25 Motif specification should be avoided. 0 means that “Motif-like” is
26 good enough, and extra features are welcome.
27
28 This procedure uses a link to the Tcl variable to provide much faster
29 access to the variable's value than could be had by calling Tcl_GetVar.
30
32 Motif compliance, tk_strictMotif variable
33
34
35
36Tk 4.0 Tk_StrictMotif(3)