davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=8cc259ca26e67a91ab0d18cadc5044282bd8b987
commit 8cc259ca26e67a91ab0d18cadc5044282bd8b987 Author: Dave Andreoli <d...@gurumeditation.it> Date: Thu Aug 23 19:55:46 2018 +0200 Remove Systray leftovers --- doc/elementary/elementary.rst | 1 - doc/elementary/systray.rst | 57 ------------------------------------------- 2 files changed, 58 deletions(-) diff --git a/doc/elementary/elementary.rst b/doc/elementary/elementary.rst index 2f2c987..55e6733 100644 --- a/doc/elementary/elementary.rst +++ b/doc/elementary/elementary.rst @@ -469,7 +469,6 @@ Inheritance diagram efl.elementary.Slider efl.elementary.Slideshow efl.elementary.Spinner - efl.elementary.Systray efl.elementary.Table efl.elementary.Theme efl.elementary.Thumb diff --git a/doc/elementary/systray.rst b/doc/elementary/systray.rst deleted file mode 100644 index 50e7304..0000000 --- a/doc/elementary/systray.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. currentmodule:: efl.elementary - -Systray -####### - -Enumerations -============ - -.. _Elm_Systray_Category: - -Category of the Status Notifier Item. -------------------------------------- - -.. data:: ELM_SYSTRAY_CATEGORY_APP_STATUS - - Indicators of application status - -.. data:: ELM_SYSTRAY_CATEGORY_COMMUNICATIONS - - Communications apps - -.. data:: ELM_SYSTRAY_CATEGORY_SYS_SERVICES - - System Service apps - -.. data:: ELM_SYSTRAY_CATEGORY_HARDWARE - - Hardware indicators - -.. data:: ELM_SYSTRAY_CATEGORY_OTHER - - Undefined category - - -.. _Elm_Systray_Status: - -Application status information. -------------------------------- - -.. data:: ELM_SYSTRAY_STATUS_PASSIVE - - Passive (normal) - -.. data:: ELM_SYSTRAY_STATUS_ACTIVE - - Active - -.. data:: ELM_SYSTRAY_STATUS_ATTENTION - - Needs Attention - - - -.. autoclass:: Systray -.. autofunction:: on_systray_ready - -.. autoclass:: EventSystrayReady --