<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DxGUI/dxGetDefaultTheme?action=history&amp;feed=atom</id>
	<title>DxGUI/dxGetDefaultTheme - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DxGUI/dxGetDefaultTheme?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetDefaultTheme&amp;action=history"/>
	<updated>2026-05-19T17:01:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetDefaultTheme&amp;diff=31213&amp;oldid=prev</id>
		<title>Skyline.: Created page with &quot;&lt;pageclass class=&quot;client&quot; subcaption=&quot;GUI Class method&quot;&gt;&lt;/pageclass&gt; __NOTOC__   You can use this function to get default theme.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; dxTheme dxGetDefaultThem...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetDefaultTheme&amp;diff=31213&amp;oldid=prev"/>
		<updated>2012-05-25T20:14:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pageclass class=&amp;quot;client&amp;quot; subcaption=&amp;quot;GUI Class method&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt; __NOTOC__   You can use this function to get default theme.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; dxTheme dxGetDefaultThem...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pageclass class=&amp;quot;client&amp;quot; subcaption=&amp;quot;GUI Class method&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
You can use this function to get default theme.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
dxTheme dxGetDefaultTheme ( )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns a dxTheme if it was successfully got which then can use other methods, false otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
This example create a window based on an orange theme.And create a button based on default theme.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local orange = dxGetTheme(&amp;quot;Orange&amp;quot;)&lt;br /&gt;
dxCreateWindow(....,orange)&lt;br /&gt;
local default = dxGetDefaultTheme()&lt;br /&gt;
dxCreateButton(....,default)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[[dxGUI|Back to dxGUI page]]&lt;/div&gt;</summary>
		<author><name>Skyline.</name></author>
	</entry>
</feed>