|
Lines 503-508
Link Here
|
| 503 |
int getDefaultHeight(); |
503 |
int getDefaultHeight(); |
| 504 |
bool textMode() { return false; } |
504 |
bool textMode() { return false; } |
| 505 |
bool hasImageSupport() { return true; } |
505 |
bool hasImageSupport() { return true; } |
|
|
506 |
bool hasDimmImageSupport() { return true; } |
| 506 |
bool hasLocalImageSupport() { return true; } |
507 |
bool hasLocalImageSupport() { return true; } |
| 507 |
bool hasAnimationSupport() { return true; } |
508 |
bool hasAnimationSupport() { return true; } |
| 508 |
bool hasIconSupport() { return false; } // not yet |
509 |
bool hasIconSupport() { return false; } // not yet |