Python AppIndicator bindings -> howto check if the menu is open?

前端 未结 2 1297
太阳男子
太阳男子 2021-02-19 02:42

Here is a minimal example of an AppIndicator:

#!/usr/bin/python

import gobject
import gtk
import appindicator

if __name__ == \"__main__\":
    ind = appindicat         


        
2条回答
  •  孤街浪徒
    2021-02-19 03:39

    There is a bug filed about it on Launchpad https://bugs.launchpad.net/screenlets/+bug/522152

    Notice that "activate" signal is available for AppIndicator submenus.

提交回复
热议问题