void nwSetScrollBarPageMove( hScl, step )
NWHWND hScl
Float step
hScl スクロールバーコントロールのウィンドウハンドル step ステップ値
なし
スクロールバーエリアをクリックしたときのデータの変化量を設定します。
/* Sets the amount of data changed when the scrollbar area is clicked to 5 */ nwSetScrollBarLineMove( 5.f );
デフォルト値は10.0になっています。
nwSetScrollBarRange()
スクロールバーレンジの設定 nwSetScrollBarData()
スクロールバーとデータの関連付け nwSetScrollBarPos()
スクロールバーの値の設定 nwSetScrollBarLineMove()
スクロールバーの変化量の設定