-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwxclass.xml
More file actions
16 lines (16 loc) · 747 Bytes
/
wxclass.xml
File metadata and controls
16 lines (16 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Liquid XML Studio - FREE Community Edition 7.0.5.906 (http://www.liquid-technologies.com) -->
<pythonfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:///C:/Documents%20and%20Settings/Miki/Documenti/SharpDevelop%20Projects/testxml/wxclass.xsd">
<doctext># comment\n</doctext>
<class Name="BaseFrame">
<function Name="__init__" Parameters="self, kwd">
<body>wxFrame.__init(self, -1, "")</body>
</function>
<classtext># comment 2\n</classtext>
<function Name="__set_properties" Parameters="">
<body>return true</body>
</function>
</class>
<doctext># string</doctext>
<doctext># string</doctext>
</pythonfile>