| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: trackbar
Returns or sets with setf the value of the tick-frequency property of the argument. This value of this property should be an integer. Tick marks will be placed tick-frequency width apart on the control. For example, if the range is (0 50) and tick-frequency is 6, tick marks will be placed at 6, 12, 18, 24, 30, 36, 42 and 48, along with marks at the beginning and end of the range.
The tick-side property determines where the tickmarks appear (and can be :none, in which case no tcikmarks appear). See also tick-position.
tick-frequency is
a property of the trackbar
class.
This property is not supported by the simple GTK trackbar
widget, where it will have no effect.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |