4718 """ |
4718 """ |
4719 Private method to configure the calltips function. |
4719 Private method to configure the calltips function. |
4720 """ |
4720 """ |
4721 self.setCallTipsBackgroundColor( |
4721 self.setCallTipsBackgroundColor( |
4722 Preferences.getEditorColour("CallTipsBackground")) |
4722 Preferences.getEditorColour("CallTipsBackground")) |
|
4723 self.setCallTipsForegroundColor( |
|
4724 Preferences.getEditorColour("CallTipsForeground")) |
|
4725 self.setCallTipsHighlightColor( |
|
4726 Preferences.getEditorColour("CallTipsHighlight")) |
4723 self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible")) |
4727 self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible")) |
4724 calltipsStyle = Preferences.getEditor("CallTipsStyle") |
4728 calltipsStyle = Preferences.getEditor("CallTipsStyle") |
4725 try: |
4729 try: |
4726 self.setCallTipsPosition( |
4730 self.setCallTipsPosition( |
4727 Preferences.getEditor("CallTipsPosition")) |
4731 Preferences.getEditor("CallTipsPosition")) |