Table of Contents

wxSpinCtrl

include file: wxText.e


Creation parameters:

  • func get_spin_value( atom spin )   
  • proc set_spin_value( atom spin, atom val )     
     
    Parent Topics:
  • Classes
  • Controls


    Table of Contents

    [func]
    get_spin_value
    ( atom spin )

    Category: wxSpinCtrl

    Returns the current Value of a wxSpinCtrl

    See Also: set_spin_value



    Table of Contents

    [proc]
    set_spin_value
    ( atom spin, atom val )

    Category: wxSpinCtrl

    Set's the current Value of a wxSpinCtrl to val.

    See Also: get_spin_value