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:IUP list"

IUP::List - [GUI element] displays a list of items (listbox, combobox, dropdown) River stage zero No dependents

Creates an interface element that displays a list of items. The list can be visible or can be dropped down. It also can have an edit box for text input. So it is a 4 in 1 element. In native systems the dropped down case is called Combo Box....

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

lib/IUP/List.pm River stage zero No dependents

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

IUP::MatrixList - [GUI element] displays a list of items with labels, images/icons, color boxes and check boxes River stage zero No dependents

Creates an interface element that displays a list of items, just like IUP::List, but internally uses a IUP::Matrix. It uses the matrix columns to display labels, color boxes and check boxes in a way that is not possible using IUP::List. But the contr...

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

lib/IUP/MatrixList.pm River stage zero No dependents

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

IUP - Cross-platform GUI toolkit for building graphical user interfaces River stage zero No dependents

The IUP module is a cross-platform GUI toolkit designed to run on MS Windows (incl. Cygwin), GTK+ and Motif/X11. On all platform it uses native GUI widgets. Source code: see 1-apps/app-sample1.pl <https://metacpan.org/source/KMX/IUP-0.305/examples//1...

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

IUP::Hbox - [GUI element] container for composing elements horizontally River stage zero No dependents

Creates a void container for composing elements horizontally. It is a box that arranges the elements it contains from left to right. It does not have a native representation....

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

IUP::Cbox - [GUI element] container for position elements in absolute coordinates River stage zero No dependents

Creates a void container for position elements in absolute coordinates. It is a concrete layout container. It does not have a native representation. The IUP::Cbox is equivalent of a IUP::Vbox or IUP::Hbox where all the children have the FLOATING attr...

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

IUP::Sbox - [GUI element] container for expanding/contracting the child size in one direction River stage zero No dependents

Creates a void container that allows its child to be resized. Allows expanding and contracting the child size in one direction. It does not have a native representation but it contains also a IUP::Canvas to implement the bar handler....

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

IUP::Zbox - [GUI element] container for composing elements in hidden layers with only one layer visible River stage zero No dependents

Creates a void container for composing elements in hidden layers with only one layer visible. It is a box that piles up the children it contains, only the one child is visible. It does not have a native representation. Zbox works by changing the VISI...

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

IUP::Vbox - [GUI element] container for composing elements vertically River stage zero No dependents

Creates a void container for composing elements vertically. It is a box that arranges the elements it contains from top to bottom. It does not have a native representation....

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

IUP::Menu - [GUI element] menu which can group 3 types of elements: item, submenu, separator River stage zero No dependents

Creates a menu element, which groups 3 types of interface elements: item, submenu and separator. Any other interface element defined inside a menu will be an error....

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

IUP::Tabs - [GUI element] allows a single dialog to have several screens, grouping options River stage zero No dependents

Creates a Tabs element. Allows a single dialog to have several screens, grouping options. The grouping is done in a single line of tabs arranged according to the tab type. Also known as Notebook in native systems....

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

IUP::Text - [GUI element] editable text field (single/multi-line, plain/rich-text) River stage zero No dependents

Creates an editable text field....

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

IUP::Plot - [GUI element] canvas-like element for creating 2D plots River stage zero No dependents

Creates a PPlot-based plot. PPlot is a library for creating plots that is system independent. It is available at SourceForge http://pplot.sourceforge.net <http://pplot.sourceforge.net/>. However the standard PPlot distribution source code was changed...

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

IUP::Frame - [GUI element] frame with a title around an interface element River stage zero No dependents

Creates a Frame interface element, which draws a frame with a title around an interface element....

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

IUP::Label - [GUI element] displays a separator, a text or an image River stage zero No dependents

Creates a label interface element, which displays a separator, a text or an image....

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

IUP::Normalizer - [special] normalizes all controls from a list to be the biggest natural size River stage zero No dependents

Normalizes all controls from a list so their natural size to be the biggest natural size among them. All natural width will be set to the biggest width, and all natural height will be set to the biggest height according to is value. my $normalizer = ...

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

IUP::Matrix - [GUI element] matrix of alphanumeric fields River stage zero No dependents

Creates a matrix of alphanumeric fields. Therefore, all values of the matrixs fields are strings. The matrix is not a grid container like many systems have. It has two modes of operation: normal and callback mode. In normal mode, string values are st...

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

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

IUP::Button - [GUI element] button decorated with a text and/or an image River stage zero No dependents

GUI element that is a button. When selected, this element activates a function in the application. Its visual presentation can contain a text and/or an image. NOTE: The buttons with image and text simultaneous have PADDING '5x5', the other buttons ha...

KMX/IUP-0.305 - 07 Sep 2016 19:02:56 UTC
32 results (0.056 seconds)