previousGtk2_ScrollingLabel::getVisibleLength (Previous) (Next) Gtk2_ScrollingLabel::setBouncenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Gtk2_ScrollingLabel::pause

Gtk2_ScrollingLabel::pause – Stops the label from scrolling without reseting the label text

Synopsis

require_once 'Gtk2/ScrollingLabel.php';

void Gtk2_ScrollingLabel::pause ( )

Description

Stops the label from scrolling but does not reset the label text to the begining. If you want the label to stop scrolling and return to its original position (blank), use stopScroll().

Return value

returns true if the scrolling has stopped.

Note

This function can not be called statically.

previousGtk2_ScrollingLabel::getVisibleLength (Previous) (Next) Gtk2_ScrollingLabel::setBouncenext

Download Documentation Last updated: Sun, 18 Oct 2009
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.