Gtk_ScrollingLabel::pause

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

Synopsis

require_once 'Gtk/ScrollingLabel.php';

void Gtk_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.

Returns the length of the visible area in characters. (Previous) Sets the text to bounce between the borders of the label (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.