コード例 #1
0
ファイル: test_proxy.py プロジェクト: rcaferraz/kiwi
 def __init__(self):
     Settable.__init__(self,
                       entry='foo',
                       checkbutton=True,
                       radiobutton='first',
                       label='label',
                       spinbutton=100,
                       hscale=100.0,
                       vscale=100.0,
                       textview='sliff',
                       comboentry='CE1',
                       combobox='CB1',
                       button='button')
コード例 #2
0
ファイル: diary2.py プロジェクト: hackedbellini/kiwi
 def __init__(self):
     Settable.__init__(self, title='', period='morning', text='')
コード例 #3
0
 def __init__(self):
     Settable.__init__(self, title='', period='morning', text='')