|
|
|
@ -263,7 +263,7 @@ class _TTkTabColorButton(TTkWidget): |
|
|
|
**kwargs) -> None: |
|
|
|
**kwargs) -> None: |
|
|
|
self.tcbClicked = pyTTkSignal(_TTkTabColorButton) |
|
|
|
self.tcbClicked = pyTTkSignal(_TTkTabColorButton) |
|
|
|
self._tabStatus = tabStatus |
|
|
|
self._tabStatus = tabStatus |
|
|
|
super().__init__(forwardStyle=True, **kwargs) |
|
|
|
super().__init__(**kwargs) |
|
|
|
|
|
|
|
|
|
|
|
def mouseReleaseEvent(self, evt:TTkMouseEvent) -> bool: |
|
|
|
def mouseReleaseEvent(self, evt:TTkMouseEvent) -> bool: |
|
|
|
self.tcbClicked.emit(self) |
|
|
|
self.tcbClicked.emit(self) |
|
|
|
|