コード例 #1
0
ファイル: cs_applets.py プロジェクト: 3n4rch3/Cinnamon
 def __init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module):
     self.RemoveString = _("You can remove specific instances in panel edit mode via the context menu.")
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module)
コード例 #2
0
ファイル: cs_desklets.py プロジェクト: androot/Cinnamon
 def __init__(self, name, icon, keywords, advanced, content_box, collection_type, noun, pl_noun, target):
     self.RemoveString = _("You can remove specific instances from the desktop via that desklet's context menu")
     ExtensionSidePage.__init__(self, name, icon, keywords, advanced, content_box, collection_type, noun, pl_noun, target)
コード例 #3
0
ファイル: cs_themes.py プロジェクト: 3n4rch3/Cinnamon
 def __init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module):
     self.RemoveString = ""
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, noun, pl_noun, target, module)
コード例 #4
0
 def __init__(self, name, icon, keywords, advanced, content_box,
              collection_type, noun, pl_noun, target):
     self.RemoveString = ""
     ExtensionSidePage.__init__(self, name, icon, keywords, advanced,
                                content_box, collection_type, noun, pl_noun,
                                target)
コード例 #5
0
ファイル: cs_applets.py プロジェクト: pascalid/Cinnamon-1
 def __init__(self, name, icon, keywords, content_box, collection_type, module):
     self.RemoveString = _("You can remove specific instances in panel edit mode via the context menu.")
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, module)
コード例 #6
0
 def __init__(self, name, icon, keywords, content_box, collection_type,
              module):
     self.RemoveString = ""
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box,
                                collection_type, module)
コード例 #7
0
ファイル: cs_desklets.py プロジェクト: Cobinja/cinnamon
 def __init__(self, name, icon, keywords, content_box, collection_type, module):
     self.RemoveString = _("You can remove specific instances from the desktop via that desklet's context menu")
     ExtensionSidePage.__init__(self, name, icon, keywords, content_box, collection_type, module)