The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Win32::GUI"

Win32::GUI - Perl Win32 Graphical User Interface Extension River stage one • 9 direct dependents • 9 total dependents

KMX/Win32-GUI-1.14 - 01 Jun 2017 13:07:51 UTC - Search in distribution

Win32::GUI::Carp - Redirect warnings and errors to Win32::GUI MessageBoxes River stage zero No dependents

When Perl programs are run in a GUI environment, it is often desirable to have them run with no console attached. Unfortunately, this causes any warnings or errors to be lost. Worse, fatal errors can cause your program to silently disappear, forcing ...

JOHNSCA/Win32GUICarp-1.01 - 12 May 2004 00:31:03 UTC - Search in distribution

Win32::GUI::HyperLink - A Win32::GUI Hyperlink control River stage zero No dependents

ROBERTMAY/Win32-GUI-HyperLink-0.14 - 17 Jul 2009 15:10:29 UTC - Search in distribution

Win32::GUI::Scintilla - Add Scintilla edit control to Win32::GUI River stage zero No dependents

Scintilla is a free source code editing component. See : http:/www.scintilla.org/ Scintilla creation "new" (...) Create a new Scintilla control. Parameter : -name : Window name -parent : Parent window -left : Left position -top : Top position -width ...

LROCHER/Win32-GUI-Scintilla-1.7 - 28 Feb 2004 16:17:08 UTC - Search in distribution

Win32::GUI::XMLBuilder - Build Win32::GUIs using XML. River stage zero No dependents

This module allows Win32::GUIs to be built using XML. For examples on usage please look in samples/ directory....

BSDZ/Win32-GUI-XMLBuilder-0.39 - 25 Jan 2007 11:33:13 UTC - Search in distribution

Win32::GUI::OpenGLFrame - Integrate OpenGL with Win32::GUI River stage zero No dependents

Win32::GUI::OpenGLFrame provides a binding between the perl OpenGL module and Win32::GUI. If all you want is windows with OpenGL content, the the OpenGL module provides a binding to the Win32 glut windowing library. This module will be useful if the ...

ROBERTMAY/Win32-GUI-OpenGLFrame-0.02 - 14 Jul 2009 18:20:52 UTC - Search in distribution

Win32::GUI::SplashScreen - Win32::GUI SplashScreen support River stage zero No dependents

ROBERTMAY/Win32-GUI-SplashScreen-0.04 - 19 Jul 2009 02:20:15 UTC - Search in distribution

Win32::CtrlGUI - Remote-control Win32 GUI applications River stage zero No dependents

"Win32::CtrlGUI" makes it much easier to use "Win32::Setupsup" to control Win32 GUIs. It relies completely on "Win32::Setupsup" for its underlying interaction with the GUI, but it provides a very powerful and somewhat user-friendly OO interface to ma...

CJM/Win32-CtrlGUI-0.32 - 10 Jan 2015 19:44:20 UTC - Search in distribution

Win32::GuiTest - Perl GUI Test Utilities. River stage one • 2 direct dependents • 2 total dependents

Most GUI test scripts I have seen/written for Win32 use some variant of Visual Basic (e.g. MS-VB or MS-Visual Test). The main reason is the availability of the SendKeys function. A nice way to drive Win32 programs from a test script is to use OLE Aut...

KARASIK/Win32-GuiTest-1.64 - 16 Aug 2019 08:52:42 UTC - Search in distribution

Win32::GUIRobot - send keyboard and mouse input to win32, analyze graphical output River stage one • 1 direct dependent • 1 total dependent

The module is a superset of "Win32::GuiTest" module functionality, with addition of simple analysis of graphic output. The module is useful where analysis based on enumeration of window by title, class, etc is not enough (in particular in Citrix envi...

KARASIK/Win32-GUIRobot-0.05 - 22 Oct 2007 11:43:28 UTC - Search in distribution

Win32::GUITaskAutomate - A module for automating GUI tasks. River stage zero No dependents

I wrote this module because I needed to automate certain GUI tasks in a limited amount of time. Win32::GUIRobot was very helpful to me with that, however I wanted some interface that would allow me to write "robot instructions" more easily and quickl...

ZOFFIX/Win32-GUITaskAutomate-0.06 - 08 Dec 2013 01:09:27 UTC - Search in distribution

Wx - interface to the wxWidgets cross-platform GUI toolkit River stage two • 57 direct dependents • 68 total dependents

The Wx module is a wrapper for the wxWidgets (formerly known as wxWindows) GUI toolkit. This module comes with extensive documentation in HTML format; you can download it from http://wxperl.sourceforge.net/...

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution
  • Install - Build and install wxPerl

Win32::Exe - Manipulate Win32 executable files River stage one • 2 direct dependents • 3 total dependents

This module parses and manipulating Win32 PE/COFF executable headers, including version information, icons, manifest and other resources. The module Win32::Exe::Manifest can be used for manifest handling. A script exe_update.pl is provided for simple...

MDOOTSON/Win32-Exe-0.17 - 19 Jul 2011 21:58:18 UTC - Search in distribution

Win32::Capture - Capture screen and manipulate it with Win32::GUI::DIBitmap instance. River stage zero No dependents

The purposes of package are similar to Win32::Screenshot. But you can manipulate screen shot image with Win32::GUI::DIBitmap instance. Screen capture functions All of these functions are returning a new Win32::GUI::DIBitmap instance on success or und...

KENWU/Win32-Capture-1.6 - 23 Jul 2014 16:30:01 UTC - Search in distribution

IUP::Dialog - [GUI element] the main GUI element; the main application window River stage zero No dependents

Creates a dialog element. It manages user interaction with the interface elements. For any interface element to be shown, it must be encapsulated in a dialog....

KMX/IUP-0.305 - 07 Sep 2016 19:02:56 UTC - Search in distribution

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution
  • tkpp - frontend to pp written in Perl/Tk.

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

perlcritic - Command-line interface to critique Perl source. River stage three • 131 direct dependents • 408 total dependents

"perlcritic" is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Co...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 11 direct dependents • 16 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC - Search in distribution

ptksh - Perl/Tk script to provide a graphical user interface for testing Perl/Tk commands and scripts. River stage three • 163 direct dependents • 174 total dependents

ptksh is a perl/Tk shell to enter perl commands interactively. When one starts ptksh a MainWindow is automaticly created, along with a ptksh command window. One can access the main window by typing commands using the variable $mw at the 'ptksh> ' pro...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution
93 results (0.093 seconds)