Home
last modified time | relevance | path

Searched refs:right_slider_max (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/plib/plib-1.8.5/src/puAux/
H A DpuAuxLargeInput.cxx136 int right_slider_max = num_lines - lines_in_window + 1 ; in setSize() local
137 if ( right_slider_max < 1 ) right_slider_max = 1 ; in setSize()
139 right_slider->setSliderFraction ( float(box_height) / float(right_slider_max) ) ; in setSize()
140 right_slider->setMaxValue ( float(right_slider_max) ) ; in setSize()
368 int right_slider_max = num_lines - lines_in_window + 1 ; in setValue() local
369 if ( right_slider_max < 1 ) right_slider_max = 1 ; in setValue()
371 right_slider->setSliderFraction ( float(box_height) / float(right_slider_max) ) ; in setValue()
372 right_slider->setMaxValue ( float(right_slider_max) ) ; in setValue()