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

Element index for package ScrollingLabel

[ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ j ] [ l ] [ p ] [ s ] [ u ] [ v ] [ w ]

b

$bounce
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$bounce
    Whether the text should change direction when it hits an edge.
bounce
in file ScrollingLabel.php, method Gtk_ScrollingLabel::bounce()
    Deprecated method to set bouncing.
top

c

$currentCharPosition
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$currentCharPosition
    The first character to show when direction is GTK_SCROLLINGLABEL_LEFT
top

d

$direction
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$direction
    The direction the text should be moving.
top

e

example.php
procedural page example.php
top

g

GTK_SCROLLINGLABEL_DEFAULT_ERROR
in file ScrollingLabel.php, constant GTK_SCROLLINGLABEL_DEFAULT_ERROR
    A SrollingLabel error code.
GTK_SCROLLINGLABEL_LEFT
in file ScrollingLabel.php, constant GTK_SCROLLINGLABEL_LEFT
    A constant for representing srolls that move from left to right
GTK_SCROLLINGLABEL_RIGHT
in file ScrollingLabel.php, constant GTK_SCROLLINGLABEL_RIGHT
    A constant for representing srolls that move from right to left
$gtkTimeoutTag
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$gtkTimeoutTag
    The tag returned to indicate the call to gtk timeout.
getFullText
in file ScrollingLabel.php, method Gtk_ScrollingLabel::getFullText()
    Return all of the text that can ever be shown by this label.
getHiddenText
in file ScrollingLabel.php, method Gtk_ScrollingLabel::getHiddenText()
    Return all of the text that is not currently visible.
getScrollingLabel
in file ScrollingLabel.php, method Gtk_ScrollingLabel::getScrollingLabel()
    Return the GTKEventBox with the GTKLabel inside.
getStyle
in file ScrollingLabel.php, method Gtk_ScrollingLabel::getStyle()
    Get the label's style widget.
getVisibleLength
in file ScrollingLabel.php, method Gtk_ScrollingLabel::getVisibleLength()
    Return the visible area length in characters
getVisibleText
in file ScrollingLabel.php, method Gtk_ScrollingLabel::getVisibleText()
    Return the portion of the label text that should be visible
Gtk_ScrollingLabel
in file ScrollingLabel.php, class Gtk_ScrollingLabel
    Class for creating a label with the ability to scroll text.
top

h

hide
in file ScrollingLabel.php, method Gtk_ScrollingLabel::hide()
    Hide the GTK components.
top

j

jumpToChar
in file ScrollingLabel.php, method Gtk_ScrollingLabel::jumpToChar()
    Change the current character position.
top

l

$label
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$label
    The label which will display the text.
$labelText
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$labelText
    The full text that will be displayed over time.
top

p

padText
in file ScrollingLabel.php, method Gtk_ScrollingLabel::padText()
    Pad the text with enough space to fill the visible area.
pause
in file ScrollingLabel.php, method Gtk_ScrollingLabel::pause()
    Stop the scroll where it is and do not change the current position.
top

s

ScrollingLabel.php
procedural page ScrollingLabel.php
$speed
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$speed
    The number of milliseconds between calls to the method passed to gtk timeout.
setBounce
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setBounce()
    Set whether or not the text should change directions when it hits an edge
setDirection
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setDirection()
    Set the diretion that the text should scroll.
setFullText
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setFullText()
    Set the full text of the label.
setPauseSignal
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setPauseSignal()
    Connect the pause method to an event.
setSpeed
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setSpeed()
    Set the speed of the scrolling text.
setStartSignal
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setStartSignal()
    Connect the start method to an event.
setStopSignal
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setStopSignal()
    Connect the stop method to an event.
setStyle
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setStyle()
    Set the style in which the text will be displayed.
setUnPauseSignal
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setUnPauseSignal()
    Connect the unpause method to an event.
setVisibleLength
in file ScrollingLabel.php, method Gtk_ScrollingLabel::setVisibleLength()
    Change how many characters should be visible at any given time.
show
in file ScrollingLabel.php, method Gtk_ScrollingLabel::show()
    Show the GTK components.
startScroll
in file ScrollingLabel.php, method Gtk_ScrollingLabel::startScroll()
    Begin scrolling the text from the start of the string.
stopScroll
in file ScrollingLabel.php, method Gtk_ScrollingLabel::stopScroll()
    Stop scrolling the text and return the string to the beginning.
top

u

unPause
in file ScrollingLabel.php, method Gtk_ScrollingLabel::unPause()
    Begin scrolling the text from the current character position.
top

v

$visibleLength
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$visibleLength
    The number of characters that should be visible
top

w

$widget
in file ScrollingLabel.php, variable Gtk_ScrollingLabel::$widget
    The event box which will contain the label and listen for events.
top

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