'\" t .\" $Header: /cvsroot/lesstif/lesstif/doc/lessdox/widgets/XmScale.3,v 1.5 2009/04/29 12:23:30 paulgevers Exp $ .\" .\" Copyright (C) 1997-1998 Free Software Foundation, Inc. .\" .\" This file is part of the GNU LessTif Library. .\" This library is free software; you can redistribute it and/or .\" modify it under the terms of the GNU Library General Public .\" License as published by the Free Software Foundation; either .\" version 2 of the License, or (at your option) any later version. .\" .\" This library 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 .\" Library General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this library; if not, write to the Free .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .TH XmScale 3 "April 1998" "LessTif Project" "LessTif Manuals" .SH NAME XmScale \- Motif-compatible scale widget .SH SYNOPSIS .B #include .PP .B XmScale .PP .B XmCreateScale .SH DESCRIPTION XmScale .SH X RESOURCES .TS tab(;); l l l l l. Name;Class;Type;Default;Access _ XmNshadowThickness;XmCShadowThickness;HorizontalDimension;NULL;CSG XmNvalue;XmCValue;Int;2147483647;CSG XmNmaximum;XmCMaximum;Int;100;CSG XmNminimum;XmCMinimum;Int;0;CSG XmNorientation;XmCOrientation;Orientation;NULL;CSG XmNprocessingDirection;XmCProcessingDirection;ProcessingDirection;NULL;CSG XmNtitleString;XmCTitleString;XmString;NULL;CSG XmNfontList;XmCFontList;FontList;NULL;CSG XmNshowValue;XmCShowValue;Boolean;NULL;CSG XmNdecimalPoints;XmCDecimalPoints;Short;NULL;CSG XmNscaleWidth;XmCScaleWidth;HorizontalDimension;NULL;CSG XmNscaleHeight;XmCScaleHeight;VerticalDimension;NULL;CSG XmNhighlightThickness;XmCHighlightThickness;HorizontalDimension;NULL;CSG XmNhighlightOnEnter;XmCHighlightOnEnter;Boolean;NULL;CSG XmNvalueChangedCallback;XmCCallback;Callback;NULL;CSG XmNdragCallback;XmCCallback;Callback;NULL;CSG XmNscaleMultiple;XmCScaleMultiple;Int;0;CSG .TE .PP .BR XmNshadowThickness .PP .BR XmNvalue .PP .BR XmNmaximum .PP .BR XmNminimum .PP .BR XmNorientation .PP .BR XmNprocessingDirection .PP .BR XmNtitleString .PP .BR XmNfontList .PP .BR XmNshowValue .PP .BR XmNdecimalPoints .PP .BR XmNscaleWidth .PP .BR XmNscaleHeight .PP .BR XmNhighlightThickness .PP .BR XmNhighlightOnEnter .PP .BR XmNvalueChangedCallback .PP .BR XmNdragCallback .PP .BR XmNscaleMultiple .PP .SH CLASS HIERARCHY .BR Object (3) .BR Rect (3) .BR UnNamedObj (3) .BR Core (3) .BR Composite (3) .BR Constraint (3) .BR XmManager (3) .BR XmScale (3) .SH CALLBACKS .SH CONVENIENCE FUNCTIONS .SH SEE ALSO