Package Win32::GUI::UpDown
Constructor
Methods
Base([VALUE])
Gets or sets the radix base for the UpDown control; VALUE can be either 10 or 16 for decimal or hexadecimal base numbering.
Gets or sets the buddy window for the UpDown control.
Gets or sets the current position of the UpDown control.
Gets or sets the range for the UpDown control; if no parameter is given, returns a two element array containing the MIN and MAX range values, otherwise sets them to the given values. If MAX is lower than MIN, the UpDown control function is reversed, eg. the up button decrements the value and the down button increments it
Events
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 59:
You can't have =items (as at line 63) unless the first thing after the =over is an =item
- Around line 74:
You can't have =items (as at line 78) unless the first thing after the =over is an =item
- Around line 117:
You can't have =items (as at line 121) unless the first thing after the =over is an =item