User contributions for Draugath

From Vendetta Lua
A user with 627 edits. Account created on 18 January 2011.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

9 May 2023

  • 06:2706:27, 9 May 2023 diff hist +1,220 N IUP/Layout/IupVboxCreated 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/IupHboxCreated 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/IupFillCreated 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/LayoutCreated 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/IupShowXYCreated 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/IupShowCreated 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/IupPopupCreated 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/IupRefreshCreated 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/IupMapNo edit summary current
  • 04:5604:56, 9 May 2023 diff hist +820 N IUP/Dialogs/IupMapCreated 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/IupHideNo edit summary current
  • 04:4904:49, 9 May 2023 diff hist +808 N IUP/Dialogs/IupHideCreated 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/IupDestroyCreated 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/IupDialogCreated 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/DialogsCreated 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/VALUECreated 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/TITLECreated 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/SIZECreated 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/YCreated 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/XCreated 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/EXPANDCreated 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/FONTCreated 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/FGCOLORCreated 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/BGCOLORCreated 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/VISIBLENo edit summary current
  • 03:4003:40, 9 May 2023 diff hist +224 N IUP/Attributes/Common/VISIBLECreated 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/ACTIVECreated 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/GuideCreated 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

27 March 2023

26 March 2023

23 March 2023

  • 23:3823:38, 23 March 2023 diff hist +6,145 N User:Draugath/VO IUPCreated 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

5 September 2018

9 February 2015

22 September 2014

5 April 2014

1 December 2013

28 November 2013

22 November 2013

3 November 2013

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