Expose attribute to Python to access icon of view provider

This commit is contained in:
wmayer
2015-06-02 16:21:56 +02:00
parent 4e94c02dda
commit 1808fd83ed
4 changed files with 41 additions and 0 deletions

View File

@@ -64,6 +64,12 @@
</Documentation>
<Parameter Name="Annotation" Type="Object" />
</Attribute>
<Attribute Name="Icon" ReadOnly="true">
<Documentation>
<UserDocu>The icon of this ViewProvider</UserDocu>
</Documentation>
<Parameter Name="Icon" Type="Object" />
</Attribute>
<Attribute Name="RootNode" ReadOnly="false">
<Documentation>
<UserDocu>A pivy Separator with the root of this ViewProvider</UserDocu>