コード例 #1
0
    def on_draw(self, widget, context):
        context.push_group()

        LayoutView.draw(self, widget, context)

        context.pop_group_to_source()
        context.paint_with_alpha(self._opacity)
コード例 #2
0
ファイル: KeyboardPopups.py プロジェクト: adityaphatak/Demo
 def _on_draw(self, widget, context):
     decorated = LayoutView.draw(self, widget, context)
コード例 #3
0
 def _on_draw(self, widget, context):
     decorated = LayoutView.draw(self, widget, context)