Gtk_ScrollingLabel::setBounce

Gtk_ScrollingLabel::setBounce -- Sets the text to bounce between the borders of the label

概要

require_once 'Gtk/ScrollingLabel.php';

boolean Gtk_ScrollingLabel::setBounce (boolean $bounce)

説明

If $bounce is true, the text will scroll to the left until the first character hits the left edge of the visible window then it will scroll back to the right. When the last character hits the right edge of the visible window the text will scroll back to the left again.

If all of the scrolling text cannot be viewed at once, making the text bounce will have an undesired result. Therefore it is suggested that the length of the text always be at least one character less than the maximum viewable string length.

パラメータ

返り値

returns Whether or not the text is set to bounce

注意

この関数は、スタティックにコールする ことはできません。