Difference between revisions of "User:Kulik"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Line 8: | Line 8: | ||
</div> | </div> | ||
<div id="tabs-2"> | <div id="tabs-2"> | ||
+ | <source lang="python">def test(self)</source> | ||
+ | </div> | ||
+ | </tabs> | ||
+ | |||
+ | Multiple instances test. | ||
+ | |||
+ | <tabs> | ||
+ | <ul> | ||
+ | <li>[[#tabs2-1|C++]]</li> | ||
+ | <li>[[#tabs2-2|Python]]</li> | ||
+ | </ul> | ||
+ | <div id="tabs2-1"> | ||
+ | <source lang="cpp">void test(){}</source> | ||
+ | </div> | ||
+ | <div id="tabs2-2"> | ||
<source lang="python">def test(self)</source> | <source lang="python">def test(self)</source> | ||
</div> | </div> | ||
</tabs> | </tabs> |
Revision as of 17:48, 12 March 2011
<tabs>
void test(){}
def test(self)
</tabs>
Multiple instances test.
<tabs>
void test(){}
def test(self)
</tabs>