1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
|
.\"
.\" $Header: /cvsroot/lesstif/lesstif/doc/lessdox/clients/lesstif.1,v 1.19 2009/04/29 12:23:30 paulgevers Exp $
.\"
.\" Copyright (C) 1998 Free Software Foundation, Inc.
.\" Copyright (C) 2000-2002 LessTif Development Team
.\"
.\" This is free software; you can redistribute it and/or modify it under
.\" the terms of the GNU General Public License as published by the Free
.\" Software Foundation; either version 2, or (at your option) any later
.\" version.
.\"
.\" This is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License with
.\" your Debian GNU/Linux system, in /usr/doc/copyright/GPL, or with the
.\" dpkg source package as the file COPYING. If not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.TH LessTif 1x "March 2002" "LessTif Project" "LessTif Manuals"
.SH NAME
LessTif \- an open-source Motif replacement
.SH SUMMARY
.BR LessTif
is a free replacement for OSF/Motif\(rg.
.PP
As with Motif\(rg, LessTif consists of a widget set, a window manager,
and a UIL implementation (libMrm and the UIL compiler).
In LessTif, our main area of attention is the widget set.
We also have a working window manager mwm,
but UIL is not under very active development.
.PP
LessTif is licensed under the LGPL, the Library Gnu Public License.
The license itself accompanies LessTif in the file COPYING.LIB.
More information can be obtained from the Free Software Foundation.
.SH DEBUGGING
For more info on Debugging check out our documentation in
HTML format.
.SH ENVIRONMENT VARIABLES
.IP DEBUG_SOURCES
Colon-separated list of files from which debug output
is generated. Special values "all"/"none" have obvious meaning.
To block entries from a list, add a "-" prefix.
You may use an asterisk "*" as a wildcard as well.
.IP DEBUG_FILE
If this variable exists, then the file is being used for output.
If "%p" is part of the value of DEBUG_FILE, then it is replaced by the
current process id.
.IP DEBUG_PRINT_WIDGETID
If this variable exists, then all widgets printed
with XdbDebug() etc. will also print their widget ID.
If the variable doesn't exist, then they only print
their name for identification.
.IP DEBUG_REDIRECT_XMWARNING
If this variable exists any output of _XmWarning()
and equivalent functions is sent to the file specified by
.BR DEBUG_FILE
.IP DEBUG_SIGNAL
Specifies the name of the signal which should
be used to switch the built-in LessTif debugging system.
Valid values depend on the system on which LessTif was compiled
and is running and are a subset of:
SIGUNUSED, SIGUSR1, SIGUSR2, SIGUSR3, SIGBREAK
.IP DEBUG_TOGGLE
Specifies the initial status of the built-in LessTif debugging system.
Valid values are 'on' and 'off'
.SH INTERFACES
The following interfaces exist to Set, Toggle and Query the
current status of the debugging subsystem:
void
.BR _LtDebugSet
(Boolean flag);
void
.BR _LtDebugToggle
(void);
Boolean
.BR _LtDebugQueryState
(void);
.SH SOURCE CODE
The major part of the source code which implements the
debugging system of LessTif resides in
.IR /lib/Xm/DebugUtil.c
Using the preprocessor define
.IR LESSTIF_PRODUCTION
the relevant code sections are en-/disabled during the build process.
.SH SEE ALSO
.BR "Clients":
.RS
.BR mwm (1)
.BR uil (1)
.BR xmbind (1)
.RE
.PP
.BR "Tools":
.RS
.BR ltversion (1)
.RE
.PP
.BR "Other Widget Sets":
.RS
.BR xbae (1)
.BR xlt (1)
.RE
.PP
.BR "Motif Widgets":
.RS
.PP
.BR XmFileSelectionBox (3)
.BR XmArrowButton (3)
.BR XmArrowButtonGadget (3)
.BR XmBulletinBoard (3)
.BR XmCascadeButton (3)
.BR XmCascadeButtonGCacheObj (3)
.BR XmCascadeButtonGadget (3)
.BR XmComboBox (3)
.BR XmCommand (3)
.BR XmDesktop (3)
.BR XmDialogShell (3)
.BR XmDialogShellExt (3)
.BR XmDisplay (3)
.BR XmDragContext (3)
.BR XmDragIcon (3)
.BR XmDragOverShell (3)
.BR XmDrawingArea (3)
.BR XmDrawnButton (3)
.BR XmDropSiteManager (3)
.BR XmDropTransfer (3)
.BR XmFileSelectionBox (3)
.BR XmForm (3)
.BR XmFrame (3)
.BR XmGadget (3)
.BR XmGrabShell (3)
.BR XmIconGCacheObj (3)
.BR XmIconGadget (3)
.BR XmLabel (3)
.BR XmLabelGCacheObj (3)
.BR XmLabelGadget (3)
.BR XmList (3)
.BR XmMainWindow (3)
.BR XmManager (3)
.BR XmMenuShell (3)
.BR XmMessageBox (3)
.BR XmNotebook (3)
.BR XmPanedWindow (3)
.BR XmPrimitive (3)
.BR XmProtocol (3)
.BR XmPushButton (3)
.BR XmPushButtonGCacheObj (3)
.BR XmPushButtonGadget (3)
.BR XmRowColumn (3)
.BR XmSash (3)
.BR XmScale (3)
.BR XmScreen (3)
.BR XmScrollBar (3)
.BR XmScrolledWindow (3)
.BR XmSelectionBox (3)
.BR XmSeparator (3)
.BR XmSeparatorGCacheObj (3)
.BR XmSeparatorGadget (3)
.BR XmSpinBox (3)
.BR XmTearOffButton (3)
.BR XmText (3)
.BR XmTextField (3)
.BR XmToggleButton (3)
.BR XmToggleButtonGCacheObj (3)
.BR XmToggleButtonGadget (3)
.BR XmVendorShellExt (3)
.BR XmWorld (3)
.RE
.PP
.BR "Xt Widgets":
.RS
.PP
.BR ApplicationShell (3)
.BR Composite (3)
.BR Core (3)
.BR Object (3)
.BR OverrideShell (3)
.BR Shell (3)
.BR TopLevelShell (3)
.BR TransientShell (3)
.BR WmShell (3)
.BR Rect (3)
.BR UnNamedObj (3)
.BR Constraint (3)
.BR VendorShell (3)
.RE
.PP
.BR "File Formats":
.RS
.PP
.BR mwmrc (5)
.RE
.PP
.BR "Utility Functions":
.RS
.PP
.BR XmClipboard (3)
.BR LessTifInternals (3)
.RE
.PP
.BR "Internet Resources":
.RS
.PP
The LessTif home page: http://www.lesstif.org
.PP
The Free Software Foundation (FSF) home page: http://www.gnu.org
.PP
The OpenGroup (owners of OSF/Motif\(rg and the X Window System)
home page: http://www.opengroup.org
.RE
|