<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.quasar-rce.com/index.php?action=history&amp;feed=atom&amp;title=Vendetta%2Fhelium%2Fapi%2Fiup_prepend</id>
	<title>Vendetta/helium/api/iup prepend - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.quasar-rce.com/index.php?action=history&amp;feed=atom&amp;title=Vendetta%2Fhelium%2Fapi%2Fiup_prepend"/>
	<link rel="alternate" type="text/html" href="https://wiki.quasar-rce.com/index.php?title=Vendetta/helium/api/iup_prepend&amp;action=history"/>
	<updated>2026-04-07T09:33:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.quasar-rce.com/index.php?title=Vendetta/helium/api/iup_prepend&amp;diff=81&amp;oldid=prev</id>
		<title>Luxen: created helium&#039;s iup_prepend page</title>
		<link rel="alternate" type="text/html" href="https://wiki.quasar-rce.com/index.php?title=Vendetta/helium/api/iup_prepend&amp;diff=81&amp;oldid=prev"/>
		<updated>2025-03-15T17:14:26Z</updated>

		<summary type="html">&lt;p&gt;created helium&amp;#039;s iup_prepend page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Intended to behave like iup.Append(), but the child is put before instead of after other children.&lt;br /&gt;
&lt;br /&gt;
=== Definition ===&lt;br /&gt;
helium.util.iup_prepend(root_ihandle, child_ihandle) -&amp;gt; nil&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
root_ihandle: type *iup_object: dialog or other iup element item to add the child into.&lt;br /&gt;
child_ihandle: type *iup_object: iup element item to be inserted at top of the root object&amp;#039;s stack.&lt;br /&gt;
&lt;br /&gt;
=== Notes === &lt;br /&gt;
In order to insert elements, this function iterates and detaches all existing items before adding the new element, and then re-attaches all the other elements in order. As such, extremely large iup structures may be expensive to insert items into; if inserting elements into a long list of items, consider using the asynchronous version of this function to retain client functionality.&lt;/div&gt;</summary>
		<author><name>Luxen</name></author>
	</entry>
</feed>