Difference between revisions of "IUP/Layout/IupFill"

From Vendetta Lua
Jump to: navigation, search
(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...")
 
(Redirected page to IUP/Controls/IupFill)
 
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[IUP/Controls/IupFill]]
=IupFill=
+
 
+
:Creates a Fill composition element, which dynamically occupies empty spaces.
+
 
+
===Creation===
+
 
+
:iup.fill{} -> elem: ihandle
+
 
+
:This function returns the identifier of the created Fill, or NULL if an error occurs.
+
 
+
===Attributes===
+
 
+
:[[IUP/Attributes/Common/SIZE|SIZE]]: Defines the width, if the Fill is inside a horizontal box, or the height, if it is inside a vertical box. Default: "0".
+
 
+
:[[IUP/Attributes/Common/EXPAND|EXPAND]]: The default value is "YES", which fills every possible space.
+
 
+
===Note===
+
 
+
:This element is used to maintain the dialog's layout untouched after the user made size changes, and to align the interface elements.
+
 
+
===Examples===
+
 
+
iupfill.gif (3031 bytes)
+
 
+
===See Also===
+
 
+
:[[IUP/Layout/IupHbox|IupHbox]], [[IUP/Layout/IupVbox|IupVbox]].
+

Latest revision as of 07:54, 12 May 2023