(self, bitmap)
| 269 | dc.DrawLine(0, rect.height - 1, rect.width, rect.height - 1) |
| 270 | |
| 271 | def SetSearchBitmap(self, bitmap): |
| 272 | self.searchBitmap = bitmap |
| 273 | self.searchBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2) |
| 274 | |
| 275 | def SetCancelBitmap(self, bitmap): |
| 276 | self.cancelBitmap = bitmap |