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 "dist:Prima Set::Toolkit"

Prima - a Perl graphic toolkit River stage two • 17 direct dependents • 19 total dependents

Prima is a classic 2D GUI toolkit that works under Windows and X11 environments. The toolkit features a rich widget library, extensive 2D graphic support, PDF generation, modern Unicode text input and output, and supports a wide set of image formats....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Object - base toolkit classes River stage two • 17 direct dependents • 19 total dependents

Prima::Object and Prima::Component are the root classes of the Prima toolkit hierarchy. All the other classes are derived from the Component class, which in turn is the only descendant of the Object class. Both of these classes are never used for ins...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

VB - Visual Builder for the Prima toolkit River stage two • 17 direct dependents • 19 total dependents

Visual Builder is a RAD-style suite for designing forms using the Prima toolkit. It provides a rich set of perl-based widgets which can be inserted into a window-based form by simple actions. The form can be stored in a file and loaded by either a us...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::X11 - usage guide for the X11 environment River stage two • 17 direct dependents • 19 total dependents

This document describes subtle topics one must be aware of when programming or using Prima programs under X11. The document covers various aspects of the toolkit and its implementation details with the guidelines of the expected use. Also, some of th...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::faq - Frequently asked questions about Prima River stage two • 17 direct dependents • 19 total dependents

The FAQ covers various topics around Prima, such as distribution, compilation, installation, and programming....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Menu - pull-down and pop-up menu objects River stage two • 17 direct dependents • 19 total dependents

The document describes the interfaces of Prima::AbstractMenu class, and its three descendants - Prima::Menu, Prima::Popup, and Prima::AccelTable. Prima::AbstractMenu is a descendant of the Prima::Component class, and its specialization is the handlin...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Edit - standard text editor River stage two • 17 direct dependents • 19 total dependents

The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, and search and replace methods. The module declares the "bt::" package that contains integer constants...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Timer - programmable periodical events River stage two • 17 direct dependents • 19 total dependents

The Prima::Timer class arranges for the periodical notifications to be delivered in certain time intervals. The notifications are triggered by the system and are seen as the "Tick" events. There can be many active Timer objects at one time, spawning ...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Utils - miscellaneous routines River stage two • 17 direct dependents • 19 total dependents

The module contains miscellaneous helper routines...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Image - 2-D graphic interface for images River stage two • 17 direct dependents • 19 total dependents

"Prima::Image", "Prima::Icon", and "Prima::DeviceBitmap" are the classes for bitmap handling, file, and graphic input and output. "Prima::Image" and "Prima::DeviceBitmap" are descendants of "Prima::Drawable" and represent bitmaps, stored in memory. "...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Const - predefined constants River stage two • 17 direct dependents • 19 total dependents

"Prima::Const" and Prima::Classes for a minimal set of perl modules needed for the toolkit. Since the module provides bindings for the core constants, it is required to be included in every Prima-related module and program. The constants are collecte...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

prima-gencls - class interface compiler for Prima core modules River stage two • 17 direct dependents • 19 total dependents

Creates C files for Prima core module object definitions....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Classes - binder module for the built-in classes. River stage two • 17 direct dependents • 19 total dependents

"Prima::Classes" and Prima::Const form a minimal set of perl modules needed for the toolkit to run. Since the module provides bindings for the core classes, it is required to be included in every Prima-related module and program....

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Window - top-level window management River stage two • 17 direct dependents • 19 total dependents

The Prima::Window class is a descendant of the Prima::Widget class. It represents the top-level windows that are treated specially by the system. The class's major difference from Prima::Widget is that instances of Prima::Window cannot reside inside ...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Widget - window management River stage two • 17 direct dependents • 19 total dependents

Prima::Widget is a descendant of the Prima::Component class, that provides comprehensive management of system-dependent windows. Objects of the Prima::Widget class are mapped to the screen space as a rectangular area, with distinct boundaries, a poin...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Buttons - buttons, checkboxes, radios River stage two • 17 direct dependents • 19 total dependents

Prima::Buttons provides button widgets that include push buttons, check-boxes, and radio buttons. It also provides the "Prima::GroupBox" class used as a container for the checkboxes and radio buttons. The module provides the following classes: *Prima...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Printer - printing services River stage two • 17 direct dependents • 19 total dependents

The *Prima::Printer* class is a descendant of the *Prima::Drawable* class. It provides access to the system printing services, where available. If the system provides no graphics printing, the default PostScript (tm) interface module *Prima::PS::Prin...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::tutorial - introductory tutorial River stage two • 17 direct dependents • 19 total dependents

Programming of the graphic interfaces is often considered a somewhat boring business, and not without a cause. There is little pride in knowing that your buttons and scrollbars work exactly as millions of other buttons and scrollbars do, so whichever...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::Drawable - generic 2-D graphic interface River stage two • 17 direct dependents • 19 total dependents

Prima::Drawable is a descendant of the Prima::Component class. It provides access to the system graphic context and canvas through its methods and properties. The Prima::Drawable descendants Prima::Widget, Prima::Image, Prima::DeviceBitmap, and Prima...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC

Prima::EventHook - event filtering River stage two • 17 direct dependents • 19 total dependents

The toolkit dispatches notifications by calling subroutines registered on one or more objects. Also, the core part of the toolkit allows a single event hook callback to be installed that would receive all events occurring on all objects. "Prima::Even...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC
33 results (0.047 seconds)