Interface SpinButtonUpdatePolicy


public interface SpinButtonUpdatePolicy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    When refreshing your `GtkSpinButton`, the value is
    always displayed
    static final int
    When refreshing your `GtkSpinButton`, the value is
    only displayed if it is valid within the bounds of the spin button's
    adjustment
  • Field Details

    • ALWAYS

      static final int ALWAYS
      When refreshing your `GtkSpinButton`, the value is
      always displayed
      See Also:
    • IF_VALID

      static final int IF_VALID
      When refreshing your `GtkSpinButton`, the value is
      only displayed if it is valid within the bounds of the spin button's
      adjustment
      See Also: