• About
  • Sponsor
  • grep::cpan
  • Recent
  • FAQ
  • Tools
  • API
    • Identities
    • Profile
    • Favorites
    • Logout
    • GitHub
    • Google
  • 22 Jan 2001 16:17:23 UTC
  • Distribution: Win32-GUI
  • Source (raw)
  • Browse (raw)
  • Changes
  • How to Contribute
  • Issues (0)
  • Testers (0 / 0 / 0)
  • Kwalitee Kwalitee Score
  • Bus factor: 1
  • License: unknown
  • Activity
  • Activity Graph
    24 month
  • Tools
  • Download (406.22KB)
  • MetaCPAN Explorer
  • Permissions
  • Subscribe to distribution
    • Dependencies
    • unknown

    • Reverse dependencies
    • CPAN Testers List
    • Dependency graph
  • Permalinks
  • This version
  • Latest version
  • ++ed by:
    RWP KEEDI XLAT AERO PINGAN
    5 PAUSE users
    5 non-PAUSE users
  • Authored by: ACALPINI
Aldo Calpini  / 
Win32-GUI-0.0.558
River stage one • 9 direct dependents • 9 total dependents
/ pod::UpDown
Contents
    • Package Win32::GUI::UpDown
      • Constructor
      • Methods
      • Events

Package Win32::GUI::UpDown

Back to the Packages

  • Constructor

    • new Win32::GUI::UpDown(PARENT, %OPTIONS)

  • Methods

    • Base([VALUE])

    • Buddy([OBJECT])

    • Pos([VALUE])

    • Range([MIN, MAX])

  • Events

    • Scroll()

Constructor

    new Win32::GUI::UpDown(PARENT, %OPTIONS)

    Creates a new UpDown object; can also be called as PARENT->AddUpDown(%OPTIONS).

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.

    Buddy([OBJECT])

    Gets or sets the buddy window for the UpDown control.

    Pos([VALUE])

    Gets or sets the current position of the UpDown control.

    Range([MIN, MAX])

    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

    Scroll()

    Sent when the user presses either the up or down button of the UpDown control.

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

Module Install Instructions

To install Win32::GUI, copy and paste the appropriate command in to your terminal.

cpanm

cpanm Win32::GUI

CPAN shell

perl -MCPAN -e shell
install Win32::GUI

For more information on module installation, please visit the detailed CPAN module installation guide.

Close
MetaCPAN
About
Sponsor
grep::cpan
Recent
FAQ
Tools
API
Perl.org
Bytemark logo liquidweb logo Deriv logo Geocode logo Fastly logo OpenCage logo Elastic logo Route4Me logo

Keyboard Shortcuts

Global
s Focus search bar
? Bring up this help dialog
GitHub
g p Go to pull requests
g i go to github issues (only if github is preferred repository)
POD
g a Go to author
g c Go to changes
g i Go to issues
g d Go to dist
g r Go to repository/SCM
g s Go to source
g b Go to file browse
Search terms
module: (e.g. module:Plugin)
distribution: (e.g. distribution:Dancer auth)
author: (e.g. author:SONGMU Redis)
version: (e.g. version:1.00)