Commit e2eb9519 authored by Jim Fulton's avatar Jim Fulton

Changed icon.

Added propertysheet interface wizard.
parent 80e1b4f2
......@@ -100,6 +100,7 @@ class ZClassMethodsSheet(
ZClassOwner):
"Manage instance methods"
id='contents'
icon='p_/Methods_icon'
######################################################################
......@@ -113,6 +114,9 @@ class ZClassMethodsSheet(
{'name': App.Factory.Factory.meta_type,
'action': 'manage_addPrincipiaFactoryForm'
},
{'name': 'Property Sheet Interface',
'action': 'manage_addPropertyInterfaceForm'
},
)
def manage_addPrincipiaFactory(
......@@ -134,6 +138,8 @@ class ZClassMethodsSheet(
######################################################################
manage_addPropertyInterfaceForm=Globals.HTMLFile('addPropertyInterface',
globals())
# This is to trigger alternate access management for methods:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment