• About
  • Sponsor
  • grep::cpan
  • Recent
  • FAQ
  • Tools
  • API
    • Identities
    • Profile
    • Favorites
    • Logout
    • GitHub
    • Google
  • Distribution
  • Win32-GUI
  • 22 Jan 2001 16:17:23 UTC
  • License: unknown

  • Code
  • Download (406.22KB)
  • Source (raw)
  • Browse (raw)
  • Changes

  • Project
  • Issues (0)
  • How to Contribute

  • Quality
  • Testers (0 / 0 / 0)
  • Kwalitee Kwalitee Score
  • Bus factor: 1

  • Activity
  • Activity Graph
    24 month
    • Dependencies
    • unknown

    • Reverse dependencies
    • CPAN Testers List
    • Dependency graph

  • Tools
  • MetaCPAN Explorer
  • Permissions
  • Subscribe to distribution

  • Find in Distribution

  • Versions
  • Permalinks
  • This version
  • Latest version

  • ++ed by:
    AERO XLAT KEEDI RWP PINGAN
    5 PAUSE users
    5 non-PAUSE users
  • Authors:
    unknownunknown
    Released by:
    Aldo CalpiniAldo Calpini
    Maintainers:
    ACALPINIACALPINI owner
    CHORNYCHORNY
    KMXKMX
    MITHALDUMITHALDU
    ROBERTMAYROBERTMAY
Aldo Calpini  / 
Win32-GUI-0.0.558
River stage one • 9 direct dependents • 9 total dependents
/ pod::Button
Contents
    • Package Win32::GUI::Button
      • Constructor
      • Methods
      • Events

Package Win32::GUI::Button

Back to the Packages

  • Constructor

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

  • Methods

    • SetImage(BITMAP)

  • Events

    • Click()

    • DblClick()

    • GotFocus()

    • LostFocus()

    • MouseDown()

    • MouseUp()

Constructor

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

    Creates a new Button object; can also be called as PARENT->AddButton(%OPTIONS). Class specific %OPTIONS are:

    -align   => left/center/right (default left)
    -valign  => top/center/bottom
    -default => 0/1 (default 0)
    -ok      => 0/1 (default 0)
    -cancel  => 0/1 (default 0)
    -bitmap  => Win32::GUI::Bitmap object
    -picture => see -bitmap
    -icon    => Win32::GUI::Icon object

Methods

    SetImage(BITMAP)

    Draws the specified BITMAP, a Win32::GUI::Bitmap or Win32::GUI::Icon object, in the Button.

Events

    Click()

    Sent when the control is selected (eg. the button pushed, the checkbox checked, etc.).

    DblClick()

    Sent when the user double clicks on the control.

    GotFocus()

    Sent when the control is activated.

    LostFocus()

    Sent when the control is deactivated.

    MouseDown()

    Sent when the user down clicks on the control.

    MouseUp()

    Sent when the user releases a down click on the control.

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 67:

You can't have =items (as at line 71) unless the first thing after the =over is an =item

Around line 92:

You can't have =items (as at line 96) unless the first thing after the =over is an =item

Around line 107:

You can't have =items (as at line 111) 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 Datadog Deriv Elastic Fastly
Geolytica IBAN Liquid Web OpenCage The Perl and Raku Foundation

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)