diff options
Diffstat (limited to '')
-rw-r--r-- | doc/Howto_Write_Plugins | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins index bb63120..4fce64d 100644 --- a/doc/Howto_Write_Plugins +++ b/doc/Howto_Write_Plugins @@ -17,8 +17,8 @@ Add the end you only call ``register`` once for each class and are done :). Of course there are some things you should bare in mind: 1. Do not use the ``__init__`` method, but ``init``. - 2. Do not use a member which shadows one from the original class: - ``description``, ``author``, ``status``, ``menus``, ``name``, ``calls``, ``deps``, ``enabled``, ``add_menu``, ``add_call`` + 2. Do not declare a member which shadows one from the original class: + ``description``, ``author``, ``status``, ``menus``, ``name``, ``calls``, ``deps``, ``enabled``, ``add_widget``, ``create_widget``, ``add_call`` 3. Of course you can *use* the members mentioned under point 2. For the details, please see the source code at the moment or write your question to portato@necoro.net |