User contributions for Draugath
From Vendetta Lua
Jump to navigationJump to search
9 May 2023
- 06:2706: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:1606: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:0006: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:5505: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:2805: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:2405: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:1805: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:1005: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:0705:07, 9 May 2023 diff hist +42 IUP/Dialogs/IupMap No edit summary current
- 04:5604: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:5004:50, 9 May 2023 diff hist 0 IUP/Dialogs/IupDestroy →Parameters/Return current
- 04:5004:50, 9 May 2023 diff hist +12 IUP/Dialogs/IupHide No edit summary current
- 04:4904: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:4504: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:3704:37, 9 May 2023 diff hist +28 IUP/Dialogs/IupDialog →IupDialog
- 04:3204: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:1104: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:0704: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:0404: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:0304: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:5803: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:5703: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:5603: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:5403: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:4603: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:4403: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:4103:41, 9 May 2023 diff hist +10 IUP/Attributes/Common/VISIBLE No edit summary current
- 03:4003: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:3903: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:3303: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
28 March 2023
- 11:1011:10, 28 March 2023 diff hist +30 Stationid No edit summary current
- 11:0811:08, 28 March 2023 diff hist +30 Factionid No edit summary current
- 11:0811:08, 28 March 2023 diff hist +30 Systemid No edit summary current
- 11:0511:05, 28 March 2023 diff hist +30 Itemid No edit summary current
- 11:0411:04, 28 March 2023 diff hist +30 Sectorid No edit summary current
- 11:0311:03, 28 March 2023 diff hist +22 N Category:Functions/Values Created page with "Category:Functions" current
- 11:0011:00, 28 March 2023 diff hist +31 Portid No edit summary current
27 March 2023
- 15:1215:12, 27 March 2023 diff hist +1,773 User:Draugath/VO IUP No edit summary current
26 March 2023
- 01:2301:23, 26 March 2023 diff hist +1,714 User:Draugath/VO IUP No edit summary
23 March 2023
- 23:3823:38, 23 March 2023 diff hist +6,145 N User:Draugath/VO IUP Created page with " <nowiki>Common Attributes ACTIVE = "YES" or "NO" VISIBLE = "YES" or "NO" X = <NUM> -- read-only Y = <NUM> -- read-only W = <NUM> -- read-only H = <NUM> -- read-only SIZE = "..."
19 August 2021
- 01:2501:25, 19 August 2021 diff hist +672 TouchControls Updated information on arguments current
5 September 2018
- 03:1203:12, 5 September 2018 diff hist +415 N API GetRadarDistance Created page with "=== GetRadarDistance === '''Definition:''' GetRadarDistance(int charid) -> float distance <br> '''Description:'''<br> get distance to another character visible through radar,..." current
- 03:0903:09, 5 September 2018 diff hist +116 API Index2 Adding GetRadarDistance() function.
9 February 2015
- 07:4307:43, 9 February 2015 diff hist +50 API Index2 new subsubplatforms
22 September 2014
- 15:3615:36, 22 September 2014 diff hist +327 Radar Removed the template (causing timeouts) and reordered the list current
5 April 2014
- 05:4105:41, 5 April 2014 diff hist +200 API Index2 Updated Platform and SubPlatform variable information
1 December 2013
- 10:2610:26, 1 December 2013 diff hist +210 Main Page Undo revision 2276 by BretPontius (Talk) Vandalism
28 November 2013
- 10:0910:09, 28 November 2013 diff hist +152 Main Page reverting vandalism
22 November 2013
- 20:2120:21, 22 November 2013 diff hist +131 Main Page Vandalism: Undo revision 2269 by MerlinBermingha (Talk)
3 November 2013
- 23:2823:28, 3 November 2013 diff hist +159 Main Page reverting vandalism