Beispiel #1
0
    def _drawBitmapHoverBorder(self, paintDC, w, h):
        ZTool._drawBitmapHoverBorder(self, paintDC, w, h)

        (startX, startY, endX, endY) = self._getSepLineBounds()
        drawHoverSepLine(paintDC, startX, startY, endX, endY)
Beispiel #2
0
    def _drawGCDCHoverBorder(self, dc, w, h):
        ZTool._drawGCDCHoverBorder(self, dc, w, h)

        (startX, startY, endX, endY) = self._getSepLineBounds()
        drawHoverSepLine(dc, startX, startY, endX, endY)