(self, bitmap)
| 273 | self.searchBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2) |
| 274 | |
| 275 | def SetCancelBitmap(self, bitmap): |
| 276 | self.cancelBitmap = bitmap |
| 277 | self.cancelBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2) |
| 278 | |
| 279 | def IsSearchButtonVisible(self): |
| 280 | return self.isSearchButtonVisible |