<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://cegui.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Trentin</id>
		<title>CEGUI Wiki - Crazy Eddie's GUI System (Open Source) - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://cegui.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Trentin"/>
		<link rel="alternate" type="text/html" href="http://cegui.org/wiki/Special:Contributions/Trentin"/>
		<updated>2026-05-18T21:49:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://cegui.org/wiki/index.php?title=Talk:Writing_CEGUI_scripts&amp;diff=1382</id>
		<title>Talk:Writing CEGUI scripts</title>
		<link rel="alternate" type="text/html" href="http://cegui.org/wiki/index.php?title=Talk:Writing_CEGUI_scripts&amp;diff=1382"/>
				<updated>2005-11-23T18:25:58Z</updated>
		
		<summary type="html">&lt;p&gt;Trentin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Great article! I'd also like to share that you can use tolua.cast() to cast a window to a more specific class so you can access those specific functions.&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
&lt;br /&gt;
  function slider_ValueChanged(event)&lt;br /&gt;
    local we = CEGUI.toWindowEventArgs(event);&lt;br /&gt;
    local slider = tolua.cast(we.window, &amp;quot;CEGUI::Slider&amp;quot;);&lt;br /&gt;
    -- do stuff with a real slider&lt;br /&gt;
    local value = slider:getCurrentValue();&lt;br /&gt;
    -- ...&lt;br /&gt;
  end&lt;/div&gt;</summary>
		<author><name>Trentin</name></author>	</entry>

	<entry>
		<id>http://cegui.org/wiki/index.php?title=Talk:Writing_CEGUI_scripts&amp;diff=324</id>
		<title>Talk:Writing CEGUI scripts</title>
		<link rel="alternate" type="text/html" href="http://cegui.org/wiki/index.php?title=Talk:Writing_CEGUI_scripts&amp;diff=324"/>
				<updated>2005-11-23T18:25:20Z</updated>
		
		<summary type="html">&lt;p&gt;Trentin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Great article! I'd also like to share that you can use tolua.cast() to cast a window to a more specific class so you can access those specific functions.&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
function slider_ValueChanged(event)&lt;br /&gt;
  local we = CEGUI.toWindowEventArgs(event);&lt;br /&gt;
  local slider = tolua.cast(we.window, &amp;quot;CEGUI::Slider&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
  -- do stuff with a real slider&lt;br /&gt;
  local value = slider:getCurrentValue();&lt;br /&gt;
&lt;br /&gt;
  -- ...&lt;br /&gt;
&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>Trentin</name></author>	</entry>

	<entry>
		<id>http://cegui.org/wiki/index.php?title=Talk:Writing_CEGUI_scripts&amp;diff=323</id>
		<title>Talk:Writing CEGUI scripts</title>
		<link rel="alternate" type="text/html" href="http://cegui.org/wiki/index.php?title=Talk:Writing_CEGUI_scripts&amp;diff=323"/>
				<updated>2005-11-23T18:24:56Z</updated>
		
		<summary type="html">&lt;p&gt;Trentin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Great article! I'd also like to share that you can use tolua.cast() to cast a window to a more specific class so you can access those specific functions.&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;nowiki&amp;gt;function slider_ValueChanged(event)&lt;br /&gt;
  local we = CEGUI.toWindowEventArgs(event);&lt;br /&gt;
  local slider = tolua.cast(we.window, &amp;quot;CEGUI::Slider&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
  -- do stuff with a real slider&lt;br /&gt;
  local value = slider:getCurrentValue();&lt;br /&gt;
&lt;br /&gt;
  -- ...&lt;br /&gt;
&lt;br /&gt;
end&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Trentin</name></author>	</entry>

	</feed>