User contributions

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

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

  • 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)
  • 03:58, 9 May 2023 (diff | hist) . . (+245). . N IUP/Attributes/Common/Y(Created page with "__NOTOC__ =Y= :Control's absolute vertical position on the screen in pixels (relative to the upper left corner.) This attribute can only be consulted. ===Value=== :Integer...") (current)
  • 03:57, 9 May 2023 (diff | hist) . . (+247). . N IUP/Attributes/Common/X(Created page with "__NOTOC__ =X= :Control's absolute horizontal position on the screen in pixels (relative to the upper left corner.) This attribute can only be consulted. ===Value=== :Intege...") (current)
  • 03:56, 9 May 2023 (diff | hist) . . (+388). . N IUP/Attributes/Common/EXPAND(Created page with "__NOTOC__ =EXPAND= :Makes the size of an element dynamic. It expands or retracts, fulfilling empty spaces inside a dialog. ===Value=== :"YES" (both directions), "HORIZONTAL...") (current)
  • 03:54, 9 May 2023 (diff | hist) . . (+203). . N IUP/Attributes/Common/FONT(Created page with "__NOTOC__ =FONT= :Font size of the text shown in the element. ===Value=== :Size in pixels ===Affects=== :All elements with an associated text. ===See Also=== :IUP/Att...") (current)
  • 03:46, 9 May 2023 (diff | hist) . . (+331). . N IUP/Attributes/Common/FGCOLOR(Created page with "__NOTOC__ =FGCOLOR= :Element’s foreground color. Usually it is the color of the associated text. ===Value=== :The RGB components. Values should be between 0 and 255, sepa...") (current)
  • 03:44, 9 May 2023 (diff | hist) . . (+283). . N IUP/Attributes/Common/BGCOLOR(Created page with "__NOTOC__ =BGCOLOR= :Element’s background color. ===Value=== :The RGB components. Values should be between 0 and 255, separated by a blank space. :Default: Depends on th...") (current)
  • 03:41, 9 May 2023 (diff | hist) . . (+10). . IUP/Attributes/Common/VISIBLE(current)
  • 03:40, 9 May 2023 (diff | hist) . . (+224). . N IUP/Attributes/Common/VISIBLE(Created page with "=VISIBLE= :Shows or hides the element. ===Value=== :"YES" (visible), "NO" (hidden). :Default: "YES" ===Note=== :Returns NULL if the element has not yet been mapped. ===...")
  • 03:39, 9 May 2023 (diff | hist) . . (+138). . N IUP/Attributes/Common/ACTIVE(Created page with "=ACTIVE= :Activates or inhibits user interaction. ===Value=== :"YES" (active), "NO" (inactive). :Default: "YES". ===Affects=== :All.") (current)
  • 03:33, 9 May 2023 (diff | hist) . . (+4,418). . N IUP/Attributes/Guide(Created page with "==Using== Attributes are strings, and there are two functions to change them: * IupSetAttribute stores only a pointer to the string and does not duplicate it. * IupStoreAtri...") (current)
  • 11:10, 28 March 2023 (diff | hist) . . (+30). . Stationid(current)
  • 11:08, 28 March 2023 (diff | hist) . . (+30). . Factionid(current)
  • 11:08, 28 March 2023 (diff | hist) . . (+30). . Systemid(current)

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