Difference between revisions of "User:Kulik"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Line 1: | Line 1: | ||
<tabs> | <tabs> | ||
− | <tab title="C++"><source lang="cpp>void test(){}</source></tab> | + | <tab title="C++"><source lang="cpp">void test(){}</source></tab> |
− | <tab title="Python"><source lang="python>def test(self)</source></tab> | + | <tab title="Python"><source lang="python">def test(self)</source></tab> |
</tabs> | </tabs> | ||
Multiple instances | Multiple instances | ||
<tabs> | <tabs> | ||
− | <tab title="C++"><source lang="cpp>void test(){}</source></tab> | + | <tab title="C++"><source lang="cpp">void test(){}</source></tab> |
− | <tab title="Python"><source lang="python>def test(self)</source></tab> | + | <tab title="Python"><source lang="python">def test(self)</source></tab> |
</tabs> | </tabs> |
Revision as of 16:29, 12 March 2011
<tabs>
<tab title="C++">void test(){}
def test(self)
</tabs>
Multiple instances <tabs>
<tab title="C++">void test(){}
def test(self)
</tabs>