Difference between revisions of "Template:Widget"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Created page with "This is still todo, don't use! <div style="clear: both; float: right; width: 300px; border: 1px solid #000"> <table> <tr><td colspan="2"><strong>{{{name|}}}</strong></td></tr> <...")
 
Line 3: Line 3:
 
<div style="clear: both; float: right; width: 300px; border: 1px solid #000">
 
<div style="clear: both; float: right; width: 300px; border: 1px solid #000">
 
<table>
 
<table>
<tr><td colspan="2"><strong>{{{name|}}}</strong></td></tr>
+
<tr><td colspan="2"><strong>{{{name}}}</strong></td></tr>
 
<tr><td>C++ class</td><td><strong>{{{cppclass|}}}</strong></td></tr>
 
<tr><td>C++ class</td><td><strong>{{{cppclass|}}}</strong></td></tr>
 
<tr><td>C++ Superclass</td><td><strong>[[{{{superclass|}}}]]</strong></td></tr>
 
<tr><td>C++ Superclass</td><td><strong>[[{{{superclass|}}}]]</strong></td></tr>

Revision as of 19:37, 20 March 2011

This is still todo, don't use!

{{{name}}}
C++ class
C++ Superclass[[]]
[[Image:Screenshot of widget {{{name}}}|right|thumb|280px]]

Widgets series

This page is part of a series, use links above to easily navigate through all chapters of the series.