1Tk_StrictMotif(3)            Tk Library Procedures           Tk_StrictMotif(3)
2
3
4
5______________________________________________________________________________
6

NAME

8       Tk_StrictMotif - Return value of tk_strictMotif variable
9

SYNOPSIS

11       #include <tk.h>
12
13       int
14       Tk_StrictMotif(tkwin)
15

ARGUMENTS

17       Tk_Window tkwin (in)          Token for window.
18______________________________________________________________________________
19

DESCRIPTION

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
24       Motif compliance has been requested, so anything that is  not  part  of
25       the  Motif  specification should be avoided.  0 means that “Motif-like”
26       is 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

KEYWORDS

32       Motif compliance, tk_strictMotif variable
33
34
35
36Tk                                    4.0                    Tk_StrictMotif(3)
Impressum