User contributions

From Vendetta Lua
Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 14:56, 10 May 2023 (diff | hist) . . (+427). . N IUP/Callbacks/IupProgressBar(Created page with "__NOTOC__ __NOEDITSECTION__ iup.progressbar({...}) :visible = "NO" :active = "NO" :title = "" :expand = "NO", --"HORIZONTAL", :size :minvalue :maxvalue :lowertexture :middleab...") (current)
  • 07:22, 10 May 2023 (diff | hist) . . (+5,153). . N IUP/Callbacks/IupTree(Created page with "__NOTOC__ __NOEDITSECTION__ :'''SELECTION_CB''': Action generated when an element is selected or deselected. This action occurs when the user clicks with the mouse or uses the...") (current)
  • 06:58, 10 May 2023 (diff | hist) . . (+8,102). . N IUP/Attributes/IupTree(Created page with "__NOTOC__ __NOEDITSECTION__ ===General=== :'''SCROLLBAR''': Associates a horizontal and/or vertical scrollbar to the canvas. Default: "YES". :''...") (current)
  • 06:16, 10 May 2023 (diff | hist) . . (+10,332). . N IUP/Controls/IupTree(Created page with "__NOTOC__ __NOEDITSECTION__ Creates a tree containing nodes of branches or leaves. It inherits from IupCanvas. The branches can be expanded or collapsed. When a branch is exp...")
  • 01:04, 10 May 2023 (diff | hist) . . (+28). . IUP/Callbacks/IupMatrix(current)
  • 01:04, 10 May 2023 (diff | hist) . . (+10,384). . N IUP/Callbacks/IupMatrix(Created page with "===Interaction=== :'''ACTION''': Action generated when a keyboard event occurs. ::elem:action('''c''', '''lin''', '''col''', '''active''', '''after''': number) -> (ret: numb...")
  • 00:37, 10 May 2023 (diff | hist) . . (+9,551). . N IUP/Attributes/IupMatrix(Created page with "__NOTOC__ __NOEDITSECTION__ ===Cell Attributes=== :'''L:C''': Text of the cell located in line L and column C, where L and C are integer numbers. :'''L:0''': Title of line L....") (current)
  • 00:25, 10 May 2023 (diff | hist) . . (+10,606). . N IUP/Controls/IupMatrix(Created page with "__NOTOC__ __NOEDITSECTION__ Creates a matrix of alphanumeric fields. Therefore, all values of the matrix’s fields are strings. The matrix is not a grid container like many s...") (current)
  • 23:52, 9 May 2023 (diff | hist) . . (+927). . N IUP/Controls/IupCbox(Created page with "__NOTOC__ __NOEDITSECTION__ Creates a Cbox element. It is concrete layout container, i.e. its children are positioned in specified coordinates. The IupCbox inherits from the I...")
  • 23:27, 9 May 2023 (diff | hist) . . (+2,451). . N IUP/Controls/IupToggle(Created page with "__NOTOC__ __NOEDITSECTION__ Creates the toggle interface element. It is a two-state (on/off) button that, when selected, generates an action that activates a function in the a...")
  • 23:05, 9 May 2023 (diff | hist) . . (+2,121). . N IUP/Controls/IupText(Created page with "__NOTOC__ __NOEDITSECTION__ Creates an editable field with one line. ===Creation=== :iup.text{} -> ('''elem''': ihandle) :This function returns the identifier of the create...")
  • 10:13, 9 May 2023 (diff | hist) . . (+2,299). . N IUP/Controls/IupMultiLine(Created page with "__NOTOC__ __NOEDITSECTION__ Creates an editable field with one or more lines. ===Creation=== :iup.multiline{} -> (elem: ihandle) :This function returns the identifier of the...")
  • 09:47, 9 May 2023 (diff | hist) . . (+2,619). . N IUP/Controls/IupList(Created page with "__NOTOC__ __NOEDITSECTION__ Creates a list interface element, which is a list of two-state (on or off) items. An action is generated when an event changes the state of an item...")
  • 09:18, 9 May 2023 (diff | hist) . . (+1). . IUP/Controls/IupLabel
  • 09:17, 9 May 2023 (diff | hist) . . (+1,750). . N IUP/Controls/IupLabel(Created page with "__NOTOC__ __NOEDITSECTION__ Creates a label interface element, which displays a text or an image. ===Creation=== :iup.label{title = '''title''': string} -> ('''elem''': ihand...")
  • 09:09, 9 May 2023 (diff | hist) . . (+952). . N IUP/Controls/IupFrame(Created page with "__NOTOC__ __NOEDITSECTION__ Creates a Frame interface element, which draws a frame with a title around an interface element. ===Creation=== :iup.frame{'''element''': ihandle}...")
  • 08:58, 9 May 2023 (diff | hist) . . (-77). . IUP/Controls/IupCanvas
  • 08:53, 9 May 2023 (diff | hist) . . (+3,063). . N IUP/Controls/IupCanvas(Created page with "__NOTOC__ __NOEDITSECTION__ Creates an interface element that is a canvas - a working area for your application. ===Creation=== :iup.canvas{} -> ('''elem''': ihandle) :This...")
  • 08:29, 9 May 2023 (diff | hist) . . (+2,511). . N IUP/Controls/IupButton(Created page with "__NOTOC__ __NOEDITSECTION__ Creates an interface element that is a button. When selected, this element activates a function in the application. Its visual presentation can con...")
  • 08:18, 9 May 2023 (diff | hist) . . (+897). . N IUP/Controls(Created page with "IUP contains several user interface controls. The library’s main characteristic is the use of native elements. This means that the drawing and management of a button or text...")
  • 07:47, 9 May 2023 (diff | hist) . . (+334). . N IUP/Layout/IupGetDialog(Created page with "__NOTOC__ __NOEDITSECTION__ :Verifies the identifier of a dialog to which an interface element belongs. ===Parameters/Return=== :iup.GetDialog('''elem''': ihandle) -> ('''h...") (current)
  • 07:46, 9 May 2023 (diff | hist) . . (+345). . N IUP/Layout/IupGetParent(Created page with "__NOTOC__ __NOEDITSECTION__ :Returns the identifier of the parent container to which an interface element belongs. ===Parameters/Return=== :iup.GetParent('''elem''': ihandl...") (current)
  • 07:38, 9 May 2023 (diff | hist) . . (+306). . N IUP/Layout/IupGetBrother(Created page with "__NOTOC__ __NOEDITSECTION__ :Returns the brother of a control or nil if there is none. ===Parameters/Return=== :iup.GetBrother('''control''': ihandle) -> '''ret''': ihandle...") (current)
  • 07:36, 9 May 2023 (diff | hist) . . (+550). . N IUP/Layout/IupGetNextChild(Created page with "__NOTOC__ __NOEDITSECTION__ :Returns the children of the given control. ===Parameters/Return=== :iup.GetNextChild('''parent''', '''lastchild''': ihandle) -> '''ret''': ihan...") (current)
  • 07:32, 9 May 2023 (diff | hist) . . (+531). . N IUP/Layout/IupDetach(Created page with "__NOTOC__ __NOEDITSECTION__ :Disassociates an interface element from its parent. ===Parameters/Return=== :iup.Detach('''element''': ihandle) :'''element''': Identifier of...") (current)
  • 07:30, 9 May 2023 (diff | hist) . . (+879). . N IUP/Layout/IupAppend(Created page with "__NOTOC__ __NOEDITSECTION__ :Inserts an interface element at the end of the container. Valid for hbox, vbox, or zbox. ===Parameters/Return=== :iup.Append('''box''', '''elem...") (current)
  • 07:24, 9 May 2023 (diff | hist) . . (+615). . IUP/Layout/IupRadio
  • 07:23, 9 May 2023 (diff | hist) . . (-27). . IUP/Layout/IupRadio
  • 07:06, 9 May 2023 (diff | hist) . . (+681). . N IUP/Layout/IupRadio(Created page with "__NOTOC__ __NOEDITSECTION__ {{DISPLAYTITLE:IupRadio}} :Creates the radio element for grouping mutual exclusive toggles. Only one of its descendet toggles will be active at a...")
  • 06:48, 9 May 2023 (diff | hist) . . (+1,637). . N IUP/Layout/IupZbox(Created page with "__NOTOC__ =IupZbox= :Creates a zbox container for composing elements. It is a box that piles up the elements it contains, only the active element is visible. ===Creation===...")
  • 06:27, 9 May 2023 (diff | hist) . . (+1,220). . N IUP/Layout/IupVbox(Created page with "__NOTOC__ =IupVbox= :Creates a vbox container for composing elements. It is a box that arranges the elements it contains, vertically and from the top down. ===Creation=== :...")
  • 06:16, 9 May 2023 (diff | hist) . . (+1,204). . N IUP/Layout/IupHbox(Created page with "__NOTOC__ =IupHbox= :Creates an hbox container for composing elements. It is a box that arranges the elements it contains, horizontally and from left to right. ===Creation==...")
  • 06:00, 9 May 2023 (diff | hist) . . (+786). . N IUP/Layout/IupFill(Created page with "__NOTOC__ =IupFill= :Creates a Fill composition element, which dynamically occupies empty spaces. ===Creation=== :iup.fill{} -> elem: ihandle :This function returns the id...")
  • 05:55, 9 May 2023 (diff | hist) . . (+3,504). . N IUP/Layout(Created page with "=Layout Composition= ===Abstract Layout=== :Most interface toolkits employ the concrete layout model, that is, control positioning in the dialog is absolute in coordinates re...")
  • 05:28, 9 May 2023 (diff | hist) . . (+1,255). . N IUP/Dialogs/IupShowXY(Created page with "=IupShowXY= :Displays a dialog in a given position on the screen. ===Parameters/Return=== :iup.ShowXY('''element''': ihandle, '''x''', '''y''': number) -> (ret: number) :'...") (current)
  • 05:24, 9 May 2023 (diff | hist) . . (+830). . N IUP/Dialogs/IupShow(Created page with "__NOTOC__ =IupShow= :Displays a dialog in the current position. If the dialog needs to be mapped and the current position is not known the dialog is centered. This function h...") (current)
  • 05:18, 9 May 2023 (diff | hist) . . (+1,900). . N IUP/Dialogs/IupPopup(Created page with "__NOTOC__ =IupPopup= :Shows a dialog or menu and restricts user interaction only to the specified element. This function will only return the control to the application after...") (current)
  • 05:10, 9 May 2023 (diff | hist) . . (+776). . N IUP/Dialogs/IupRefresh(Created page with "=IupRefresh= :Updates the size and layout of controls after changing size attributes. Can be used for any element inside a dialog or for the dialog itself. It can change the...") (current)
  • 05:07, 9 May 2023 (diff | hist) . . (+42). . IUP/Dialogs/IupMap(current)
  • 04:56, 9 May 2023 (diff | hist) . . (+820). . N IUP/Dialogs/IupMap(Created page with "__NOTOC__ =IupHide= :Hides an interface element. This function has the same effect as attributing value "NO" to the interface element’s VISIBLE attribute. ===Parameters/Re...")
  • 04:50, 9 May 2023 (diff | hist) . . (0). . IUP/Dialogs/IupDestroy(Parameters/Return) (current)
  • 04:50, 9 May 2023 (diff | hist) . . (+12). . IUP/Dialogs/IupHide(current)
  • 04:49, 9 May 2023 (diff | hist) . . (+808). . N IUP/Dialogs/IupHide(Created page with "__NOTOC__ =IupHide= :Hides an interface element. This function has the same effect as attributing value "NO" to the interface element’s VISIBLE attribute. ===Parameters/Re...")
  • 04:45, 9 May 2023 (diff | hist) . . (+697). . N IUP/Dialogs/IupDestroy(Created page with "__NOTOC__ =IupDestroy= :Destroys an interface element and all of its descendants. Only dialogs, timers, popup menus and images should be normally destroyed, but detached cont...")
  • 04:37, 9 May 2023 (diff | hist) . . (+28). . IUP/Dialogs/IupDialog(IupDialog)
  • 04:32, 9 May 2023 (diff | hist) . . (+4,013). . N IUP/Dialogs/IupDialog(Created page with "__NOTOC__ =IupDialog= :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...")
  • 04:11, 9 May 2023 (diff | hist) . . (+1,849). . N IUP/Dialogs(Created page with "=Dialogs= In IUP you can create your own dialogs or use one of the predefined dialogs. To create your own dialogs you will have to create all the controls of the dialog befor...")
  • 04:07, 9 May 2023 (diff | hist) . . (+849). . N IUP/Attributes/Common/VALUE(Created page with "__NOTOC__ =VALUE= :Affects several elements differently - that is, its behavior is element dependent. It is often used to change the control's main value, such as the text of...") (current)
  • 04:04, 9 May 2023 (diff | hist) . . (+280). . N IUP/Attributes/Common/TITLE(Created page with "__NOTOC__ =TITLE= :Element’s title. It is often used to modify some static text of the element (which cannot be changed by the user). ===Value=== :Text. :Default: "" ==...") (current)
  • 04:03, 9 May 2023 (diff | hist) . . (+1,442). . N IUP/Attributes/Common/SIZE(Created page with "__NOTOC__ =SIZE= :Size of the element in units proportional to the size of a character. ===Value=== :"widthxheight", where ''width'' and ''height'' are integer values corre...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)