PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

GtkList::scroll_horizontal | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

GtkList::scroll_horizontal

void scroll_horizontal( GtkScrollType scroll_type , double position);

This method needs set_focus_hadjustment() to be called on the appropriate scrollbar from the GtkList in order for it to work. It scrolls the list horizontally to a predetermined position according to the GtkScrollType.

The position parameter is only used where the enumerated value is GTK_SCROLL_JUMP, when 0.0 sets the scroll to the (default) leftmost point and 1.0 to the rightmost. Values between 0.0 and 1.0 describe the percentage of the distance scrolled, i.e. 0.5 would set the beginning of the scroll slider halfway across the area.

Where any other GtkScrollType is set, the position is required but is then ignored.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「GtkList::scroll_horizontal」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | GtkList::scroll_horizontal」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: