w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



PHP-GTK Manual

This manual is provided as a courtesy. It is not an official source. Please check gtk.php.net for updated information.

PHP-GTK Manual

PHP-GTK Manual

GtkAdjustment

Represents an adjustable bounded value.

Object Hierarchy

GtkObject
`-- GtkData
       `-- GtkAdjustment

Direct subclasses

None.

Description

Any widget with a moving part has a GtkAdjustment at work behind it somewhere. The adjustment object is used to limit the range of values used by that moving part and also, in some widgets, to determine the size of the steps by which the value may be increased or decreased.

Constructor

GtkAdjustment (double value, double lower, double upper, double step_increment, double page_increment, double page_size);
-- Creates the basis for an adjustable widget.

Methods

changed()
  Emits "changed" signal.
value_changed()
  Emits "value-changed" signal.
clamp_page()
  Prevents bounds being exceeded.
set_value()
  Sets adjustment value.

Signals

"changed"
  Emitted when a property other than value changes.
"value-changed"
  Emitted when the value of any property is changed.

Properties

value:
  Current value.
lower:
  Lower bound.
upper:
  Upper bound.
step_increment:
  Smaller incremental step value.
page_increment:
  Larger incremental step value.
page_size:
  Displayed area.

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved