GtkRange

GtkRange

Base class for widgets that manipulate the value of a GtkAdjustment.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkRange

Direct subclasses

Description

GtkRange is the base class for widgets that allow a user to manipulate the value of a GtkAdjustment. In PHP-GTK 1.0 those widgets are GtkScale and GtkScrollbar.

GtkRange is an abstract class and may not be directly instantiated.

Methods

get_adjustment()
  Returns the widget's adjustment child.
set_adjustment()
  Sets the adjustment child.
set_update_policy()
  Sets the widgets update policy.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.