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

Prima::ScrollBar - scroll bars River stage two • 17 direct dependents • 19 total dependents

"Prima::ScrollBar" implements standard vertical and horizontal scrollbars...

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

Prima::VB::CoreClasses - Visual Builder extended widgets and types River stage two • 17 direct dependents • 19 total dependents

The package provides the proxy classes that cover the majority of the widget classes shipped with the toolkit...

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::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::Stress - stress test module River stage two • 17 direct dependents • 19 total dependents

The module is intended for use in test purposes, to check the functionality of a program or a module under particular conditions that might be overlooked during the design. Currently, the stress factors implemented are the default font size, default ...

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::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::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::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::Tie::Array - tie widget properties to scalars and arrays River stage two • 17 direct dependents • 19 total dependents

Prima::Tie contains two abstract classes "Prima::Tie::Array" and "Prima::Tie::Scalar" which tie an array or a scalar to a widget's arbitrary array or scalar property. Also, it contains classes "Prima::Tie::items", "Prima::Tie::text", and "Prima::Tie:...

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::Widget::ScrollWidget - scrollable generic document widget River stage two • 17 direct dependents • 19 total dependents

"Prima::Widget::ScrollWidget" is a simple class that declares two pairs of properties, *delta* and *limit* for vertical and horizontal axes, which define the extensions of a virtual document. *limit* is the document dimension, and *delta* is the curr...

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

Prima::Widget::GroupScroller - optional automatic scroll bars River stage two • 17 direct dependents • 19 total dependents

The class is used for widgets that contain optional scroll bars and provides means for their management. The class is the descendant of Prima::IntIndents and adjusts its indents property when scrollbars are shown, hidden, or borderWidth is changed. T...

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

Prima::Widget::MouseScroller - auto-repeating mouse events River stage two • 17 direct dependents • 19 total dependents

Implements routines for emulation of auto repeating mouse events. A code inside "MouseMove" callback can be implemented by the following scheme: if ( mouse_pointer_inside_the_scrollable_area) { $self-> scroll_timer_stop; } else { $self-> scroll_timer...

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