| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |