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 X11"

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::noX11 - Use Prima without X11 River stage two • 17 direct dependents • 19 total dependents

Prima will by default connect to X11 server on unix. To use Prima functionality in modules or programs where this default behavior is undesired, please follow the guidelines below. No connection In the beginning of a script or a module that is never ...

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

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::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::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::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::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

Prima::codecs - How to write a codec for Prima image subsystem River stage two • 17 direct dependents • 19 total dependents

How to write a codec for the Prima image subsystem...

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::sys::Test - GUI test tools River stage two • 17 direct dependents • 19 total dependents

The module contains a small set of tools used for testing of Prima-related code together with the standard perl "Test::" suite....

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::Clipboard - GUI interprocess data exchange River stage two • 17 direct dependents • 19 total dependents

Prima::Clipboard is an interface to system clipboards. Depending on the OS, there can be only one clipboard (Win32), or three (X11). The class is also used for data exchange in drag-and-drop interactions....

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

Prima::image-load - using the image subsystem River stage two • 17 direct dependents • 19 total dependents

This document describes using the Prima image subsystem for loading and saving images...

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

Prima::gp-problems - Problems, questionable or intricate topics in 2-D Graphics River stage two • 17 direct dependents • 19 total dependents

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

Prima::Application - the root of the widget hierarchy River stage two • 17 direct dependents • 19 total dependents

The Prima::Application class serves as the hierarchy root for the majority of Prima objects. All toolkit widgets are ultimately owned by the application object. There can be only one instance of the Prima::Application class at a time....

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

Prima::sys::XQuartz - MacOSX/XQuartz facilities River stage two • 17 direct dependents • 19 total dependents

XQuartz emulates the X11 environment with certain limits, namely, it cannot grab bits from the screen, and it also hides the top-level menu from screen coordinates accessible for X11 clients. For example, a Mac with 1024x768 resolution will only repo...

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