Set caption text*/
| 53 | |
| 54 | /** Set caption text*/ |
| 55 | void setCaption(const UString& _value) |
| 56 | { |
| 57 | mMainWidget->castType<Window>()->setCaption(_value); |
| 58 | } |
| 59 | |
| 60 | /** Set message text*/ |
| 61 | void setMessageText(const UString& _value) |
no outgoing calls
no test coverage detected