|
NAMEXmScaleSetTicks — A Scale function that controls tick marksSYNOPSIS#include <Xm/Scale.h> void XmScaleSetTicks( Widget scale, int big_every, Cardinal num_medium, Cardinal num_small, Dimension size_big, Dimension size_medium, Dimension size_small); DESCRIPTIONXmScaleSetTicks controls the number, location, and size of the tick marks on a Scale. Each tick mark is a SeparatorGadget oriented perpendicular to the Scale's orientation. For example, if the Scale is oriented horizontally, the tick marks will be oriented vertically.If you specify tick marks for a Scale and then change the Scale's orientation, you will have to do the following:
For a complete definition of Scale and its associated resources, see XmScale(3). RELATEDXmScale(3). Visit the GSP FreeBSD Man Page Interface. |