コード例 #1
0
ファイル: tabbedpanel.py プロジェクト: Ripsnorta/pyui2
 def __init__(self, text, handler, selected=False):
     Button.__init__(self, text, handler)
     self.selected = selected
コード例 #2
0
ファイル: captionbar.py プロジェクト: Ripsnorta/pyui2
 def __init__(self, handler):
     Button.__init__(self, "", handler)
コード例 #3
0
ファイル: tabbedpanel.py プロジェクト: Ripsnorta/pyui2
    def __init__(self, direction, handler):
        Button.__init__(self, "", handler)

        self.direction = direction