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

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::Fill - [GUI element] dynamically occupies empty spaces always trying to expand itself River stage zero No dependents

Creates a Fill composition element, which dynamically occupies empty spaces always trying to expand itself. Its parent must be an IUP::Hbox or an IUP::Vbox. If an EXPAND is set on at least one of the other children of the box, then the Fill is ignore...

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::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::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::Item - [GUI element] item of the menu interface element River stage zero No dependents

Creates an item of the menu interface element. When selected, it generates an action....

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::Val - [GUI element] selects a value in a limited interval (aka scale, trackbar) River stage zero No dependents

Creates a Valuator control. Selects a value in a limited interval. Also known as Scale or Trackbar in native systems....

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

IUP::Radio - [GUI element] container for grouping mutual exclusive toggles (radiobutton) River stage zero No dependents

Creates a void container for grouping mutual exclusive toggles. Only one of its descendent toggles will be active at a time. The toggles can be at any composition. It does not have a native representation....

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

IUP::Timer - [special] periodicaly invokes a callback when the time is up River stage zero No dependents

Creates a timer which periodicaly invokes a callback when the time is up. Each timer should be destroyed using Destroy (or simply by "undef $timer")....

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

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::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::User - [special] user element which is not associated to any interface element River stage zero No dependents

Creates a user element in IUP, which is not associated to any interface element. It is used to map an external element to a IUP element. Its use is usually done by CPI elements, but you can use it to create an Ihandle* to store private attributes....

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

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

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::Link - [GUI element] label that displays an underlined clickable text River stage zero No dependents

Creates a label that displays an underlined clickable text. It is derived from IUP::Label....

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

IUP::Dial - [GUI element] dial for regulating a given angular variable River stage zero No dependents

Creates a dial for regulating a given angular variable....

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