1tixGetBoolean(n)             Tix Built-In Commands            tixGetBoolean(n)
2
3
4

NAME

6       tixGetBoolean - Get the boolean value of a string.
7

SYNOPSIS

9       tixGetBoolean ?-nocomplain? string
10

DESCRIPTION

12       The  command  tixGetBoolean  returns  "0"  if the string is a valid TCL
13       string for the boolean value FALSE. It returns "1" if the string  is  a
14       valid TCL string for the boolean value TRUE.
15
16       When  the  string  is not a valid TCL boolean value and the -nocomplain
17       option is specified, tixGetBoolean will return "0". Otherwise  it  will
18       generate an error.
19

KEYWORDS

21       Tix(n)
22
23
24
25
26Tix                                   4.0                     tixGetBoolean(n)
Impressum