<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HankVoightOmarSwaitti</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HankVoightOmarSwaitti"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/HankVoightOmarSwaitti"/>
	<updated>2026-04-09T00:45:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:DGS&amp;diff=59300</id>
		<title>Resource:DGS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:DGS&amp;diff=59300"/>
		<updated>2018-09-23T10:37:58Z</updated>

		<summary type="html">&lt;p&gt;HankVoightOmarSwaitti: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;resource&amp;quot; subcaption=&amp;quot;Resource&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
[[Image:DGS_Logo.png|400px|thumb|right|DGS Logo By [[User:Allerek|Allerek]]]]&lt;br /&gt;
This resource is designed to allow you to create directX GUI's as an alternative to the original MTA:SA GUI functions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Full Name''': Thisdp's DirectX Graphical User Interface System (DxGUI Lib)&lt;br /&gt;
&lt;br /&gt;
'''Author''': [[User:thisdp|thisdp]] &lt;br /&gt;
&lt;br /&gt;
'''State''': OpenSourced &amp;amp; Work in progress&lt;br /&gt;
&lt;br /&gt;
'''GitHub Source''': https://github.com/thisdp/dgs/tree/master&lt;br /&gt;
&lt;br /&gt;
'''Server Discord''': https://discord.gg/QEs8q6W&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
&lt;br /&gt;
[[Image:DGSNetStatus.png|300px|thumb|right|DGS Network Monitor]]&lt;br /&gt;
&lt;br /&gt;
[[Image:DGSS.png|400px|thumb|right|]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''How does it work?'''&lt;br /&gt;
*DGS is based on [[element]] system, which just likes the cegui system. To make DGS easier to use and understand, I choose to follow the usage of cegui's.&lt;br /&gt;
*DGS elements are rendered in the event &amp;quot;onClientRender&amp;quot;. When &amp;quot;onClientRender&amp;quot; is called, every DGS elements will be looped and calculated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''What's different from cegui?'''&lt;br /&gt;
*This resource is based on dx* functions, so its style will be more flexible than cegui, which means you can define the style by yourself.&lt;br /&gt;
*The latest '''Style System''' enables developer to define their own style such as changing color, loading images and even loading shaders with dgs elements on the server instead of using a lot of [[dgsSetProperty]]/[[dgsSetProperties]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Update System'''&lt;br /&gt;
*It have an update system that can inform you of keeping your DGS latest.&lt;br /&gt;
*When a newer version has been released, it will detecte the version changing periodically and then notice you.&lt;br /&gt;
*Execute command &amp;quot;'''updatedgs'''&amp;quot; to check the least version and update your DGS.&lt;br /&gt;
*Also, you can check the version of DGS by inputting the command &amp;quot;dgsver&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''You Should Know'''&lt;br /&gt;
*Scroll Pane, Grid List, Combo Box, Memo and Edit Box use Render Target, which means if you don't have enough video memory, '''Render Target won't be created''', and therefore those dgs elements won't be shown.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Dx_7.PNG|400px|thumb|right|Example DGS Cmd]] &lt;br /&gt;
&lt;br /&gt;
'''Examples scripts'''&lt;br /&gt;
*1.https://community.multitheftauto.com/index.php?p=resources&amp;amp;s=details&amp;amp;id=14757 By ([[User:Ahmed Ly|Ahmed Ly]] ,Mahmod Algeriany)&lt;br /&gt;
*2. Also File test.lua its have more Examples You can See it .&lt;br /&gt;
*3. This Video show you how to play a video by using Dgs https://www.youtube.com/watch?v=ZIq24zS5byI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Auto Completion'''&lt;br /&gt;
*1. Link: http://www.mediafire.com/file/m6dm7815d5dihax/lua.zip  By [[User:Ahmed Ly|Ahmed Ly]] &lt;br /&gt;
*2. '''Note''': You must put it in file Notepad++\plugins\APIs.&lt;br /&gt;
*3. Not all of DGS Functions are added, but the rest will be added soon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Debug'''&lt;br /&gt;
* You can enter the debug mode by executing the command &amp;quot;'''debugdgs'''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''DGS Type'''&lt;br /&gt;
[[Image:Dx Dgs.jpg|400px|thumb|right|Hurt World GUI Example]]&lt;br /&gt;
* 3D Interface (dgs-dx3dinterface): A 3D Interface.&lt;br /&gt;
* Arrow List (dgs-arrowlist): An arrow list.&lt;br /&gt;
* Button (dgs-dxbutton): A button.&lt;br /&gt;
* Ellipse Detect Area (dgs-dxeda): An oval detect area.&lt;br /&gt;
* Edit (dgs-dxedit): An edit.&lt;br /&gt;
* Memo (dgs-dxmemo): A memo.&lt;br /&gt;
* Gridlist (dgs-dxgridlist): A grid list.&lt;br /&gt;
* Image (dgs-dximage): A dynamic image.&lt;br /&gt;
* Label (dgs-dxlabel): A text label.&lt;br /&gt;
* Detect Area (dgs-dxdetectarea): A custom detect area.&lt;br /&gt;
* ScrollBar (dgs-dxscrollbar): A scroll bar.&lt;br /&gt;
* ScrollPane (dgs-dxscrollpane): A scroll pane.&lt;br /&gt;
* Tab Panel (dgs-dxtabpanel + dgs-dxtab) : A tab panel. &lt;br /&gt;
* Window (dgs-dxwindow): A window.&lt;br /&gt;
* Progress Bar (dgs-dxprogressbar): A Progress Bar.&lt;br /&gt;
* Radio Button (dgs-dxradiobutton): A Radio Button.&lt;br /&gt;
* Combo Box (dgs-dxcombobox + dgs-dxcombobox-Box) : A combo box.&lt;br /&gt;
* Check Box (dgs-dxcheckbox) : A check box that with 3 states (checked, unchecked and indeterminate).&lt;br /&gt;
* Media Browser (dgs-dxmedia) : A media browser that is used to load video/audio/gif.&lt;br /&gt;
* Browser (dgs-browser) : A dgs browser.&lt;br /&gt;
&lt;br /&gt;
'''Notice'''&lt;br /&gt;
*It is recommended to change the resource name to 'dgs'.&lt;br /&gt;
*This is a resource, if you want to use the functions exported by this resource,  you should use an exported function prefix ('''exports.dgs:''') call in your code, such as&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
label = exports.dgs:dgsCreateLabel(0, 0, 0.5, 0.1, &amp;quot;text&amp;quot;, true)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Here is a feasible way to shorten the name of an exported function:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
DGS = exports.dgs --shorten the export function prefix&lt;br /&gt;
label = DGS:dgsCreateLabel(0,0,0.5,0.1,&amp;quot;text&amp;quot;,true) --create a label&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*From the latest version, it no longer needs '''exports.dgs:''', instead we can do&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.dgs:dgsImportFunction())()-- load functions&lt;br /&gt;
label = dgsCreateLabel(0,0,0.5,0.1,&amp;quot;text&amp;quot;,true) --create a label&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
'''Object Oriented Programming'''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.dgs:dgsImportOOPClass())()-- load OOP class&lt;br /&gt;
window = DGSClass:createWindow(0,0,0.5,0.1,&amp;quot;test&amp;quot;,true) --create a window with oop&lt;br /&gt;
label = window:createLabel(0,0,1,1,&amp;quot;label&amp;quot;,true) --create a label inside the window&lt;br /&gt;
label.text = &amp;quot;DGS OOP Test&amp;quot; --set text&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to talk to us?'''&lt;br /&gt;
*Join Discord Server: https://discord.gg/QEs8q6W&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Special thanks to the following for their help (Respect the contributors)''':&lt;br /&gt;
[[Image:Tab.PNG |200px|thumb|right|Example tab panel and label .]] &lt;br /&gt;
* Axel: Gives some tips and provide some functions.&lt;br /&gt;
* Senpai: Helps with wiki.&lt;br /&gt;
* ZoNe: Helps with wiki.&lt;br /&gt;
* DiGiTal: Helps with wiki.&lt;br /&gt;
* #Dv^: Helps with wiki.&lt;br /&gt;
* maksam07: Suggestions, BUG Fixing and coding.&lt;br /&gt;
* Scorpyo: Debug and Suggestions.&lt;br /&gt;
* Kingleonide: Debug, Suggestions and Code Edit.&lt;br /&gt;
* Bullet(.el3tar): Makes video course of dgs for Arabic language.&lt;br /&gt;
* Allerek: DGS Logo Design, Wiki writing(PL).&lt;br /&gt;
* Deihim007: Helps with wiki, Gives suggestions.&lt;br /&gt;
* OmarSwaitti(HankVoight):Helps with wiki, Gives suggestions. &lt;br /&gt;
Special thanks to:&lt;br /&gt;
* Ahmed Ly: Helps write wiki, release auto completion for N++.&lt;br /&gt;
&lt;br /&gt;
='''DGS Tips'''=&lt;br /&gt;
*[[DGS Events and GUI Events]]&lt;br /&gt;
*[[DGS Functions and GUI Functions]]&lt;br /&gt;
*[[DGS Grid List]]&lt;br /&gt;
*[[DGS OOP Class]]&lt;br /&gt;
*[[DGS Style System]]&lt;br /&gt;
&lt;br /&gt;
='''DGS Element Properties'''=&lt;br /&gt;
{{DGSPROPERTIES}}&lt;br /&gt;
&lt;br /&gt;
='''Client Functions'''=&lt;br /&gt;
{{DGSFUNCTIONS}}&lt;br /&gt;
&lt;br /&gt;
=Client Events=&lt;br /&gt;
{{DGSEVENTS}}&lt;br /&gt;
&lt;br /&gt;
=Last=&lt;br /&gt;
'''Everyone is welcome to make suggestions, test the script, help make adjustments/finish the wiki, etc.'''&lt;br /&gt;
[[Category:Resource]]&lt;br /&gt;
&lt;br /&gt;
[[ar:Dgs]]&lt;br /&gt;
[[ZH-CN:Dgs]]&lt;br /&gt;
[[PL:Dgs]]&lt;/div&gt;</summary>
		<author><name>HankVoightOmarSwaitti</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=File:Untitled-5.jpg&amp;diff=59299</id>
		<title>File:Untitled-5.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=File:Untitled-5.jpg&amp;diff=59299"/>
		<updated>2018-09-23T10:33:29Z</updated>

		<summary type="html">&lt;p&gt;HankVoightOmarSwaitti: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>HankVoightOmarSwaitti</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DGS_Functions_and_GUI_Functions&amp;diff=59298</id>
		<title>DGS Functions and GUI Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DGS_Functions_and_GUI_Functions&amp;diff=59298"/>
		<updated>2018-09-23T10:27:21Z</updated>

		<summary type="html">&lt;p&gt;HankVoightOmarSwaitti: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Untitled-5.jpg]]&lt;/div&gt;</summary>
		<author><name>HankVoightOmarSwaitti</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DGS_Functions_and_GUI_Functions&amp;diff=59297</id>
		<title>DGS Functions and GUI Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DGS_Functions_and_GUI_Functions&amp;diff=59297"/>
		<updated>2018-09-23T10:22:28Z</updated>

		<summary type="html">&lt;p&gt;HankVoightOmarSwaitti: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>HankVoightOmarSwaitti</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DGS_Functions_and_GUI_Functions&amp;diff=59296</id>
		<title>DGS Functions and GUI Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DGS_Functions_and_GUI_Functions&amp;diff=59296"/>
		<updated>2018-09-23T10:21:43Z</updated>

		<summary type="html">&lt;p&gt;HankVoightOmarSwaitti: Created page with &amp;quot;none = no gui function for it dgs support new functions   dgsGetPosition || &amp;gt;from dgs to gui&amp;gt; || guiGetPosition dgsSetPosition || &amp;gt;from dgs to gui&amp;gt; || guiGetPosition dgsGetPar...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;none = no gui function for it&lt;br /&gt;
dgs support new functions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dgsGetPosition || &amp;gt;from dgs to gui&amp;gt; || guiGetPosition&lt;br /&gt;
dgsSetPosition || &amp;gt;from dgs to gui&amp;gt; || guiGetPosition&lt;br /&gt;
dgsGetParent || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetParent || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetChild || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetChildren || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetSize || &amp;gt;from dgs to gui&amp;gt; || guiGetSize&lt;br /&gt;
dgsSetSize || &amp;gt;from dgs to gui&amp;gt; || guiSetSize&lt;br /&gt;
dgsGetType || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetLayer || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetLayer || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetCurrentLayerIndex || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetCurrentLayerIndex || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetLayerElements || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetProperty || &amp;gt;from dgs to gui&amp;gt; || guiGetProperty&lt;br /&gt;
dgsGetProperty || &amp;gt;from dgs to gui&amp;gt; || guiGetProperty&lt;br /&gt;
dgsSetPropertyInherit || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetProperties || &amp;gt;from dgs to gui&amp;gt; || guiGetProperties&lt;br /&gt;
dgsSetProperties || &amp;gt;from dgs to gui&amp;gt; || guiSetProperties&lt;br /&gt;
dgsGetVisible || &amp;gt;from dgs to gui&amp;gt; || guiGetVisible&lt;br /&gt;
dgsSetVisible || &amp;gt;from dgs to gui&amp;gt; || guiSetVisible&lt;br /&gt;
dgsGetEnabled || &amp;gt;from dgs to gui&amp;gt; || guiGetEnabled&lt;br /&gt;
dgsSetEnabled || &amp;gt;from dgs to gui&amp;gt; || guiSetEnabled&lt;br /&gt;
dgsGetSide || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetSide || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetAlpha || &amp;gt;from dgs to gui&amp;gt; || guiGetAlpha&lt;br /&gt;
dgsSetAlpha || &amp;gt;from dgs to gui&amp;gt; || guiSetAlpha&lt;br /&gt;
dgsGetFont || &amp;gt;from dgs to gui&amp;gt; || guiGetFont&lt;br /&gt;
dgsSetFont || &amp;gt;from dgs to gui&amp;gt; || guiSetFont&lt;br /&gt;
dgsGetText || &amp;gt;from dgs to gui&amp;gt; || guiGetText&lt;br /&gt;
dgsSetText || &amp;gt;from dgs to gui&amp;gt; || guiSetText&lt;br /&gt;
dgsCreateFont || &amp;gt;from dgs to gui&amp;gt; || guiCreateFont&lt;br /&gt;
dgsBringToFront || &amp;gt;from dgs to gui&amp;gt; || guiBringToFront&lt;br /&gt;
dgsGetMouseEnterGUI || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetMouseLeaveGUI || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetSystemFont || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetSystemFont || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetDxGUINoParent || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetDxGUIFromResource || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetFocusedGUI || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsRoundUp || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetRoundUpPoints || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetRoundUpPoints || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetExportedFunctionName || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsImportFunction || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsImportOOPClass || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetRenderSetting || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetRenderSetting || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSimulateClick || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetRootElement || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsTranslationTableExists || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetTranslationTable || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsAttachToTranslation || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsDetachFromTranslation || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSetAttachTranslation || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGetTranslationName || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsAnimTo || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsIsAniming || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsStopAniming || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMoveTo || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsIsMoving || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsStopMoving || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSizeTo || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsIsSizing || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsStopSizing || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsAlphaTo || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsIsAlphaing || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsStopAlphaing || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsAddEasingFunction || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsRemoveEasingFunction || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEasingFunctionExists || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreate3DInterface || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceGetBlendMode || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceSetBlendMode || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceGetPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceSetPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceGetSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceSetSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceGetResolution || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceSetResolution || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceAttachToElement || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceIsAttached || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceDetachFromElement || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceSetAttachedOffsets || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgs3DInterfaceGetAttachedOffsets || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateArrowList || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListAddItem || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListRemoveItem || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListSetItemText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListGetItemText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListSetItemValue || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListGetItemValue || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListSetItemRange || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListGetItemRange || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListSetItemTranslationTable || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListGetItemTranslationTable || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListSetItemStep || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListGetItemStep || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListGetItemTranslatedValue || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsArrowListClear || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateBrowser || &amp;gt;from dgs to gui&amp;gt; || guiCreateBrowser&lt;br /&gt;
dgsCreateButton || &amp;gt;from dgs to gui&amp;gt; || guiCreateBrowser&lt;br /&gt;
dgsCreateCheckBox || &amp;gt;from dgs to gui&amp;gt; || guiCreateCheckBox&lt;br /&gt;
dgsCheckBoxGetSelected || &amp;gt;from dgs to gui&amp;gt; || guiCheckBoxGetSelected&lt;br /&gt;
dgsCheckBoxSetSelected || &amp;gt;from dgs to gui&amp;gt; || guiCheckBoxSetSelected&lt;br /&gt;
dgsCreateComboBox || &amp;gt;from dgs to gui&amp;gt; || guiCreateComboBox&lt;br /&gt;
dgsComboBoxAddItem || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxAddItem&lt;br /&gt;
dgsComboBoxRemoveItem || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxRemoveItem&lt;br /&gt;
dgsComboBoxSetItemText || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxSetItemText&lt;br /&gt;
dgsComboBoxGetItemText || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxGetItemText&lt;br /&gt;
dgsComboBoxClear || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxClear&lt;br /&gt;
dgsComboBoxSetSelectedItem || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxSetSelected&lt;br /&gt;
dgsComboBoxGetSelectedItem || &amp;gt;from dgs to gui&amp;gt; || guiComboBoxGetSelected&lt;br /&gt;
dgsComboBoxSetItemColor || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxGetItemColor || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxGetState || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxSetState || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxGetBoxHeight || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxSetBoxHeight || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxGetScrollBar || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxSetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxGetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxGetCaptionText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsComboBoxSetCaptionText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateEdit || &amp;gt;from dgs to gui&amp;gt; || guiCreateEdit&lt;br /&gt;
dgsEditMoveCaret || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditGetCaretPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditSetCaretPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditSetCaretStyle || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditGetCaretStyle || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditSetWhiteList || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditGetMaxLength || &amp;gt;from dgs to gui&amp;gt; || guiEditGetMaxLength&lt;br /&gt;
dgsEditSetMaxLength || &amp;gt;from dgs to gui&amp;gt; || guiEditSetMaxLength&lt;br /&gt;
dgsEditSetReadOnly || &amp;gt;from dgs to gui&amp;gt; || guiEditSetReadOnly&lt;br /&gt;
dgsEditGetReadOnly || &amp;gt;from dgs to gui&amp;gt; || guiEditGetReadOnly&lt;br /&gt;
dgsEditSetMasked || &amp;gt;from dgs to gui&amp;gt; || guiEditSetMasked&lt;br /&gt;
dgsEditGetMasked || &amp;gt;from dgs to gui&amp;gt; || guiEditGetMasked&lt;br /&gt;
dgsEditSetUnderlined || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditGetUnderlined || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditSetHorizontalAlign || &amp;gt;from dgs to gui&amp;gt; || guiEditSetHorizontalAlign&lt;br /&gt;
dgsEditSetVerticalAlign || &amp;gt;from dgs to gui&amp;gt; || guiEditSetVerticalAlign&lt;br /&gt;
dgsEditGetHorizontalAlign || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEditGetVerticalAlign || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateEDA || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEDASetDebugModeEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsEDAGetDebugModeEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateDetectArea || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsDetectAreaSetFunction || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateGridList || &amp;gt;from dgs to gui&amp;gt; || guiCreateGridList&lt;br /&gt;
dgsGridListGetScrollBar || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListResetScrollBarPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetColumnRelative || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetColumnRelative || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListAddColumn || &amp;gt;from dgs to gui&amp;gt; || guiGridListAddColumn&lt;br /&gt;
dgsGridListGetColumnCount || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetColumnCount&lt;br /&gt;
dgsGridListRemoveColumn || &amp;gt;from dgs to gui&amp;gt; || guiGridListRemoveColumn&lt;br /&gt;
dgsGridListGetColumnAllWidth || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetColumnWidth || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetColumnWidth&lt;br /&gt;
dgsGridListSetColumnWidth || &amp;gt;from dgs to gui&amp;gt; || guiGridListSetColumnWidth&lt;br /&gt;
dgsGridListGetColumnTitle || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetColumnTitle&lt;br /&gt;
dgsGridListSetColumnTitle || &amp;gt;from dgs to gui&amp;gt; || guiGridListSetColumnTitle&lt;br /&gt;
dgsGridListAddRow || &amp;gt;from dgs to gui&amp;gt; || guiGridListAddRow&lt;br /&gt;
dgsGridListRemoveRow || &amp;gt;from dgs to gui&amp;gt; || guiGridListRemoveRow&lt;br /&gt;
dgsGridListClearRow || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListClearColumn || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListClear || &amp;gt;from dgs to gui&amp;gt; || guiGridListClear&lt;br /&gt;
dgsGridListGetRowCount || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetRowCount&lt;br /&gt;
dgsGridListSetItemText || &amp;gt;from dgs to gui&amp;gt; || guiGridListSetItemText&lt;br /&gt;
dgsGridListGetItemText || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetItemText&lt;br /&gt;
dgsGridListGetSelectedItem || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetSelectedItem&lt;br /&gt;
dgsGridListSetSelectedItem || &amp;gt;from dgs to gui&amp;gt; || guiGridListSetSelectedItem&lt;br /&gt;
dgsGridListSetItemColor || &amp;gt;from dgs to gui&amp;gt; || guiGridListSetItemColor&lt;br /&gt;
dgsGridListGetItemColor || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetItemColor&lt;br /&gt;
dgsGridListSetItemData || &amp;gt;from dgs to gui&amp;gt; || guiGridListSetItemData&lt;br /&gt;
dgsGridListGetItemData || &amp;gt;from dgs to gui&amp;gt; || guiGridListGetItemData&lt;br /&gt;
dgsGridListSetItemImage || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetItemImage || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListRemoveItemImage || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetRowBackGroundImage || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetRowBackGroundImage || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetRowBackGroundColor || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetRowBackGroundColor || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetRowAsSection || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSelectItem || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListItemIsSelected || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetMultiSelectionEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetMultiSelectionEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetSelectionMode || &amp;gt;from dgs to gui&amp;gt; || dgsGridListGetSelectionMode&lt;br /&gt;
dgsGridListGetSelectionMode || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetSelectedItems || &amp;gt;from dgs to gui&amp;gt; || GUIGridListGetSelectedItems&lt;br /&gt;
dgsGridListSetSelectedItems || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetSortFunction || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetAutoSortEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetAutoSortEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetSortEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetSortEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListSetSortColumn || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetSortColumn || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsGridListGetEnterColumn&lt;br /&gt;
dgsGridListSort || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateImage || &amp;gt;from dgs to gui&amp;gt; || dgsCreateStaticImage&lt;br /&gt;
dgsImageSetImage || &amp;gt;from dgs to gui&amp;gt; || guiStaticImageLoadImage&lt;br /&gt;
dgsImageGetImage || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsImageSetUVSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsImageGetUVSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsImageSetUVPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsImageGetUVPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateMemo || &amp;gt;from dgs to gui&amp;gt; || guiCreateMemo&lt;br /&gt;
dgsMemoMoveCaret || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoSeekPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoGetScrollBar || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoSetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || guiMemoSetVerticalScrollPosition&lt;br /&gt;
dgsMemoGetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || guiMemoGetVerticalScrollPosition&lt;br /&gt;
dgsMemoSetCaretPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoGetCaretPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoSetCaretStyle || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoGetCaretStyle || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoSetReadOnly || &amp;gt;from dgs to gui&amp;gt; || guiMemoSetReadOnly&lt;br /&gt;
dgsMemoGetReadOnly || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoGetPartOfText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoDeleteText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoInsertText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMemoClearText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateLabel || &amp;gt;from dgs to gui&amp;gt; || guiCreateLabel&lt;br /&gt;
dgsLabelSetColor || &amp;gt;from dgs to gui&amp;gt; || guiLabelSetColor&lt;br /&gt;
dgsLabelGetColor || &amp;gt;from dgs to gui&amp;gt; || guiLabelGetColor&lt;br /&gt;
dgsLabelSetHorizontalAlign || &amp;gt;from dgs to gui&amp;gt; || guiLabelSetHorizontalAlign&lt;br /&gt;
dgsLabelGetHorizontalAlign || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsLabelSetVerticalAlign || &amp;gt;from dgs to gui&amp;gt; || guiLabelSetVerticalAlign&lt;br /&gt;
dgsLabelGetVerticalAlign || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateProgressBar || &amp;gt;from dgs to gui&amp;gt; || guiCreateProgressBar&lt;br /&gt;
dgsProgressBarGetProgress || &amp;gt;from dgs to gui&amp;gt; || guiProgressBarGetProgress&lt;br /&gt;
dgsProgressBarSetProgress || &amp;gt;from dgs to gui&amp;gt; || guiProgressBarSetProgress&lt;br /&gt;
dgsProgressBarGetMode || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsProgressBarGetMode || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateRadioButton || &amp;gt;from dgs to gui&amp;gt; || guiCreateRadioButton&lt;br /&gt;
dgsRadioButtonGetSelected || &amp;gt;from dgs to gui&amp;gt; || guiRadioButtonGetSelected&lt;br /&gt;
dgsRadioButtonSetSelected || &amp;gt;from dgs to gui&amp;gt; || guiRadioButtonSetSelected&lt;br /&gt;
dgsCreateScrollBar || &amp;gt;from dgs to gui&amp;gt; || guiCreateScrollBar&lt;br /&gt;
dgsScrollBarSetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || guiScrollBarSetScrollPosition&lt;br /&gt;
dgsScrollBarGetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || guiScrollBarGetScrollPosition&lt;br /&gt;
dgsScrollBarSetScrollSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollBarGetScrollSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollBarSetLocked || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollBarGetLocked || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateScrollPane || &amp;gt;from dgs to gui&amp;gt; || guiCreateScrollPane&lt;br /&gt;
dgsScrollPaneGetScrollBar || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollPaneSetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollPaneGetScrollPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollPaneSetScrollBarState || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsScrollPaneGetScrollBarState || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateSwitchButton || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSwitchButtonGetState || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSwitchButtonSetState || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSwitchButtonSetText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsSwitchButtonGetText || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateTabPanel || &amp;gt;from dgs to gui&amp;gt; || guiCreateTabPanel&lt;br /&gt;
dgsCreateTab || &amp;gt;from dgs to gui&amp;gt; || guiCreateTab&lt;br /&gt;
dgsGetSelectedTab || &amp;gt;from dgs to gui&amp;gt; || guiGetSelectedTab&lt;br /&gt;
dgsSetSelectedTab || &amp;gt;from dgs to gui&amp;gt; || guiSetSelectedTab&lt;br /&gt;
dgsTabPanelGetTabFromID || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsTabPanelMoveTab || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsTabPanelGetTabID || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsDeleteTab || &amp;gt;from dgs to gui&amp;gt; || guiDeleteTab&lt;br /&gt;
dgsCreateWindow || &amp;gt;from dgs to gui&amp;gt; || guiCreateWindow&lt;br /&gt;
dgsWindowSetSizable || &amp;gt;from dgs to gui&amp;gt; || guiWindowSetSizable&lt;br /&gt;
dgsWindowSetMovable || &amp;gt;from dgs to gui&amp;gt; || guiWindowSetMovable&lt;br /&gt;
dgsCloseWindow || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsWindowSetCloseButtonEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsWindowGetCloseButtonEnabled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsWindowGetCloseButton || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsCreateMediaBrowser || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaLoadMedia || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaGetMediaPath || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaClearMedia || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaIsStreamMedia || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaPlay || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
gsMediaPause || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaStop || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaSetSize || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaSetFilled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaGetFilled || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaSetFullScreen || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaGetDuration || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaGetCurrentPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaSetCurrentPosition || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaGetLooped || &amp;gt;from dgs to gui&amp;gt; || none&lt;br /&gt;
dgsMediaSetLooped || &amp;gt;from dgs to gui&amp;gt; || none&lt;/div&gt;</summary>
		<author><name>HankVoightOmarSwaitti</name></author>
	</entry>
</feed>