Ejemplo n.º 1
0
 def widgetFor(self, inbox):
     """
     Create and return an InboxScreen for the given inbox.
     """
     fragment = InboxScreen(inbox)
     fragment.messageDetailFragmentFactory = ActionlessMsgDetailWithStubCompose
     fragment.setFragmentParent(self)
     return fragment
Ejemplo n.º 2
0
 def widgetFor(self, inbox):
     """
     Create and return an InboxScreen for the given inbox.
     """
     fragment = InboxScreen(inbox)
     fragment.messageDetailFragmentFactory = ActionlessMsgDetailWithStubCompose
     fragment.setFragmentParent(self)
     return fragment