ScrollingLabel
[ class tree: ScrollingLabel ] [ index: ScrollingLabel ] [ all elements ]

File: example.php

Source Location: /Gtk_ScrollingLabel-1.0.0/example.php

Classes:

Page Details:

This document is a short usage example/tutorial

for the ScrollingLabel package. The package is used to create a label whose text moves across the visible area of the label. The text can move from left to right, right to left, or bounce between the edges of the label.

  • Author: Christian Weiske
  • Author: Scott Mattocks
  • Version: $Id:$

Includes:

require_once('Gtk/ScrollingLabel.php') [line 29]
The first thing to do is to create the new label.

As with any GTK widget you should create the label and assign it by reference. You can, if you chose, pass the text you wish to display on construction.


Documentation generated on Mon, 11 Mar 2019 14:31:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.