GtkSpinType

GtkSpinType

Enums

Value

Symbolic name

Description

  0GTK_SPIN_STEP_FORWARD Spins forward by the value set in the underlying step_increment. This value can be overridden by setting the increment parameter to a value above 0.0.
  1GTK_SPIN_STEP_BACKWARD Spins backward by the value set in the underlying step_increment. This value can be overridden by setting the increment parameter to a value above 0.0.
  2GTK_SPIN_PAGE_FORWARD Spins forward by the value set as page_increment in the underlying GtkAdjustment. The value set in the increment parameter is ignored.
  3GTK_SPIN_PAGE_BACKWARD Spins backward by the value set as page_increment in the underlying GtkAdjustment. The value set in the increment parameter is ignored.
  4GTK_SPIN_HOME Spins to value set as lower bound. The value set in the increment parameter is ignored.
  5GTK_SPIN_END Spins to value set as upper bound. The value set in the increment parameter is ignored.
  6GTK_SPIN_USER_DEFINED Used where the amount of spin is not defined anywhere in the underlying GtkAdjustment. Negative or positive values set in the increment parameter are used to indicate the direction of the spin.

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