8313:dac33c7fce07 | 8314:e3642a6a1e71 |
---|---|
33 from E5Gui.E5Led import E5Led | 33 from E5Gui.E5Led import E5Led |
34 | 34 |
35 import Preferences | 35 import Preferences |
36 from Globals import isMacPlatform | 36 from Globals import isMacPlatform |
37 | 37 |
38 from eric6config import getConfig | 38 from eric7config import getConfig |
39 | 39 |
40 | 40 |
41 class TabBar(E5WheelTabBar): | 41 class TabBar(E5WheelTabBar): |
42 """ | 42 """ |
43 Class implementing a customized tab bar supporting drag & drop. | 43 Class implementing a customized tab bar supporting drag & drop. |