コード例 #1
0
ファイル: LibCompanions.py プロジェクト: aricsanders/boa
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + [
         'HandSize', 'HandBorderWidth', 'HandBorderColour',
         'HandFillColour', 'TickSize', 'TickStyle', 'TickOffset',
         'TickBorderWidth', 'TickBorderColour', 'TickFillColour',
         'TickFont', 'ClockStyle'
     ]
コード例 #2
0
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['TargetRect', 
           'InternalSelectionRange', 'SelectionRange', 'HandlerFlags', 
           'StyleSheet']
コード例 #3
0
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['Anchor', 'CodePage',
            'DocPointer', 'LastKeydownProcessed', 'ModEventMask',
            'Status', 'STCFocus']
コード例 #4
0
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['TickFreq']
コード例 #5
0
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + \
           ['Selection', 'Title', 'Label', 'DefaultStyle']
コード例 #6
0
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['HandSize', 'HandBorderWidth',
           'HandBorderColour', 'HandFillColour', 'TickSize', 'TickStyle', 
           'TickOffset', 'TickBorderWidth', 'TickBorderColour', 
           'TickFillColour', 'TickFont', 'ClockStyle']
コード例 #7
0
ファイル: ListCompanions.py プロジェクト: cwt/boa-constructor
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['ItemCount']
コード例 #8
0
ファイル: ListCompanions.py プロジェクト: cwt/boa-constructor
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + \
           ['RowLabelAlignment', 'ColLabelAlignment', 'Table',
            'DefaultEditor', 'DefaultRenderer', 'TargetWindow', 'TargetRect',
            'DefaultCellAlignment']
コード例 #9
0
ファイル: ListCompanions.py プロジェクト: cwt/boa-constructor
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['StateImageList']
コード例 #10
0
ファイル: ListCompanions.py プロジェクト: aricsanders/boa
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['ItemCount']
コード例 #11
0
ファイル: ListCompanions.py プロジェクト: aricsanders/boa
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + \
           ['RowLabelAlignment', 'ColLabelAlignment', 'Table',
            'DefaultEditor', 'DefaultRenderer', 'TargetWindow', 'TargetRect',
            'DefaultCellAlignment']
コード例 #12
0
ファイル: ListCompanions.py プロジェクト: aricsanders/boa
 def hideDesignTime(self):
     return WindowDTC.hideDesignTime(self) + ['StateImageList']