\ File: Trackbar.f \ Author: Jeff Kelm \ Created: 26-Oct-1998 \ Updated: 31-Dec-1998 \ Trackbar class NEEDS BasicWin.f CR .( Loading Trackbar class...) \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \\\ A generic trackbar class \ :Class Trackbar R word-join R> TBM_SETRANGE SendMessage: self DROP ;M :M SetSel: ( min max f) \ tf= redraw >R word-join R> TBM_SETSEL SendMessage: self DROP ;M :M ClearSel: ( f -- ) \ clears the current selection in a trackbar, tf=redraw 0 SWAP TBM_CLEARSEL SendMessage: self DROP ;M ;Class