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
20
22 This procedure returns the current value of the tk_strictMotif variable
23 in the interpreter associated with tkwin's application. The value is
24 returned as an integer that is either 0 or 1. 1 means that strict
25 Motif compliance has been requested, so anything that is not part of
26 the Motif specification should be avoided. 0 means that ``Motif-like''
27 is good enough, and extra features are welcome.
28
29 This procedure uses a link to the Tcl variable to provide much faster
30 access to the variable's value than could be had by calling Tcl_GetVar.
31
32
34 Motif compliance, tk_strictMotif variable
35
36
37
38Tk 4.0 Tk_StrictMotif(3)