Gtk2_ScrollingLabel::pause (Previous) (Next) Gtk2_ScrollingLabel::setStartSignal

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Gtk2_ScrollingLabel::setBounce

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

Opis

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.

Parametr

  • boolean $bounce - Whether or not the text should change direction when it hits a label edge.

Zwracana wartość

returns Whether or not the text is set to bounce

Uwagi

Ta funkcja nie może być wywołana statycznie.

Gtk2_ScrollingLabel::pause (Previous) (Next) Gtk2_ScrollingLabel::setStartSignal

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.