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

Element index for package Gtk_Styled

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ l ] [ m ] [ p ] [ s ] [ t ] [ u ] [ v ] [ w ]

a

addWidgetToScroll
in file ScrollBar.php, method Gtk_Styled_ScrollBar::addWidgetToScroll()
    Add a widget to be controlled by the Gtk_Styled_ScrollBar.
Adjustment.php
procedural page Adjustment.php
top

b

Buttons.php
procedural page Buttons.php
$bar
in file Adjustment.php, variable Gtk_Styled_Adjustment::$bar
    The visual representation of the adjustment.
top

c

changed
in file Adjustment.php, method Gtk_Styled_Adjustment::changed()
    Notify the system that a change has been made.
checkMouseBounds
in file Adjustment.php, method Gtk_Styled_Adjustment::checkMouseBounds()
    Check to see that the mouse is within the boundries of the bar.
clamp_page
in file Adjustment.php, method Gtk_Styled_Adjustment::clamp_page()
    Prevent the bound of the track from being exceeded by the bar.
checkMouseBounds
in file VAdjustment.php, method Gtk_Styled_VAdjustment::checkMouseBounds()
    Check to see that the mouse is within the boundries of the bar.
checkMouseBounds
in file HAdjustment.php, method Gtk_Styled_HAdjustment::checkMouseBounds()
    Check to see that the mouse is within the boundries of the bar.
top

d

$delay
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$delay
    The number of microseconds to wait before incrementing the value again while the user is holding a button.
top

e

example.php
procedural page example.php
top

g

getLessButton
in file ScrollBar.php, method Gtk_Styled_ScrollBar::getLessButton()
    Return the 'less' button.
getMoreButton
in file ScrollBar.php, method Gtk_Styled_ScrollBar::getMoreButton()
    Return the 'more' button.
getWidget
in file ScrollBar.php, method Gtk_Styled_ScrollBar::getWidget()
    Get the final product that the user can use.
Gtk_Styled_ScrollBar
in file ScrollBar.php, class Gtk_Styled_ScrollBar
    Class for creating a pseudo-scrollbar whose style can be controlled more easily than a regular scrollbar.
Gtk_Styled_ScrollBar
in file ScrollBar.php, method Gtk_Styled_ScrollBar::Gtk_Styled_ScrollBar()
    Constructor. Check parameters an call helper methods.
getLower
in file Adjustment.php, method Gtk_Styled_Adjustment::getLower()
    Get the adjustments lower limit.
getPageIncrement
in file Adjustment.php, method Gtk_Styled_Adjustment::getPageIncrement()
    Get the adjustments page increment.
getPageSize
in file Adjustment.php, method Gtk_Styled_Adjustment::getPageSize()
    Get the adjustments page size.
getStepIncrement
in file Adjustment.php, method Gtk_Styled_Adjustment::getStepIncrement()
    Get the adjustments step increment.
getUpper
in file Adjustment.php, method Gtk_Styled_Adjustment::getUpper()
    Get the adjustments upper limit.
getValue
in file Adjustment.php, method Gtk_Styled_Adjustment::getValue()
    Get the adjustments value.
getWidget
in file Adjustment.php, method Gtk_Styled_Adjustment::getWidget()
    Get the final product that the user can use.
Gtk_Styled_Adjustment
in file Adjustment.php, class Gtk_Styled_Adjustment
    A styleable adjustment pseudo widget.
Gtk_Styled_Adjustment
in file Adjustment.php, method Gtk_Styled_Adjustment::Gtk_Styled_Adjustment()
    Constructor.
GTK_STYLED_ERROR
in file Adjustment.php, constant GTK_STYLED_ERROR
getValueFromPosition
in file VAdjustment.php, method Gtk_Styled_VAdjustment::getValueFromPosition()
    Get the adjustment value based on a new bar position.
getValueFromPosition
in file HAdjustment.php, method Gtk_Styled_HAdjustment::getValueFromPosition()
    Get the adjustment value based on a new bar position.
Gtk_Styled_HAdjustment
in file HAdjustment.php, class Gtk_Styled_HAdjustment
    A styleable adjustment pseudo widget.
Gtk_Styled_VAdjustment
in file VAdjustment.php, class Gtk_Styled_VAdjustment
    A styleable adjustment pseudo widget.
top

h

$height
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$height
    The height of a button.
HAdjustment.php
procedural page HAdjustment.php
top

l

$lessButton
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$lessButton
    The the button that makes the value of the scroll less.
$lower
in file Adjustment.php, variable Gtk_Styled_Adjustment::$lower
    The lower limit of the value.
top

m

$moreButton
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$moreButton
    The the button that makes the value of the scroll more.
top

p

$pressing
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$pressing
    The time out tag that indicates the user is pressing and holding a part of the scroll bar.
$pageIncrement
in file Adjustment.php, variable Gtk_Styled_Adjustment::$pageIncrement
    The amount that the value should change with one page.
$pageSize
in file Adjustment.php, variable Gtk_Styled_Adjustment::$pageSize
    The size of one page's worth of data.
$postTrack
in file Adjustment.php, variable Gtk_Styled_Adjustment::$postTrack
    The portion of the track after the bar.
$preTrack
in file Adjustment.php, variable Gtk_Styled_Adjustment::$preTrack
    The portion of the track before the bar.
top

s

$styleAdjustment
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$styleAdjustment
    The pseudo widget that defines the basic properties of the scroll bar.
ScrollBar.php
procedural page ScrollBar.php
setAdjFromAdj
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setAdjFromAdj()
    Set the styleAdjustment values based off of a GtkAdjustment.
setAdjValue
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setAdjValue()
    Set the value of the adjustment and styleAdjustment.
setAdjValueFromAdj
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setAdjValueFromAdj()
    Set the styleAdjustment value based on the value of a GtkAdjustment object.
setAdjValueMouse
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setAdjValueMouse()
    Set the adjustment value based on the mouse position.
setButtonContents
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setButtonContents()
    Set the pixmap image of a button.
setButtonMask
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setButtonMask()
    Set the pix mask of one of the buttons.
setButtonStyle
in file ScrollBar.php, method Gtk_Styled_ScrollBar::setButtonStyle()
    Set the style of one of the buttons.
stopValue
in file ScrollBar.php, method Gtk_Styled_ScrollBar::stopValue()
    Stop incrementing the value.
$stepIncrement
in file Adjustment.php, variable Gtk_Styled_Adjustment::$stepIncrement
    The amount that the value should change with one step.
setBarContents
in file Adjustment.php, method Gtk_Styled_Adjustment::setBarContents()
    Set the contents of the bar to the given widget.
setBarMask
in file Adjustment.php, method Gtk_Styled_Adjustment::setBarMask()
    Set the pix mask for the bar.
setLower
in file Adjustment.php, method Gtk_Styled_Adjustment::setLower()
    Set the lower limit of the adjustment.
setPageIncrement
in file Adjustment.php, method Gtk_Styled_Adjustment::setPageIncrement()
    Set the size of one page movement.
setPageSize
in file Adjustment.php, method Gtk_Styled_Adjustment::setPageSize()
    Set the size of one page.
setStepIncrement
in file Adjustment.php, method Gtk_Styled_Adjustment::setStepIncrement()
    Set the size of one step.
setStyle
in file Adjustment.php, method Gtk_Styled_Adjustment::setStyle()
    Set the style for a portion of the adjustment.
setUpper
in file Adjustment.php, method Gtk_Styled_Adjustment::setUpper()
    Set the upper limit of the adjustment.
setValue
in file Adjustment.php, method Gtk_Styled_Adjustment::setValue()
    Set the current adjustment value.
set_value
in file Adjustment.php, method Gtk_Styled_Adjustment::set_value()
    Alias of setValue. Added for API consistency.
top

t

$track
in file Adjustment.php, variable Gtk_Styled_Adjustment::$track
    The track that the bar sits in.
top

u

$upper
in file Adjustment.php, variable Gtk_Styled_Adjustment::$upper
    The upper limit of the value.
top

v

$value
in file Adjustment.php, variable Gtk_Styled_Adjustment::$value
    The value that the adjustment represents.
VAdjustment.php
procedural page VAdjustment.php
value_changed
in file Adjustment.php, method Gtk_Styled_Adjustment::value_changed()
    Notify the system that a value has changed.
top

w

$widget
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$widget
    The useable widget
$widgetToScroll
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$widgetToScroll
    The widget that the scroll bar will control.
$width
in file ScrollBar.php, variable Gtk_Styled_ScrollBar::$width
    The width of a button.
$widget
in file Adjustment.php, variable Gtk_Styled_Adjustment::$widget
    The useable widget
$width
in file Adjustment.php, variable Gtk_Styled_Adjustment::$width
    The widget width/height (depending on the orientation)
top

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