| 10 | } |
| 11 | |
| 12 | void LuaText::initialize() |
| 13 | { |
| 14 | changeWidgetSkin("LuaText"); |
| 15 | setEditStatic(true); |
| 16 | setVisibleHScroll(false); |
| 17 | setVisibleVScroll(false); |
| 18 | |
| 19 | WidgetExtension::initialize(); |
| 20 | } |
| 21 | |
| 22 | void LuaText::updateProperties() |
| 23 | { |
no outgoing calls
no test coverage detected