| 19 | } |
| 20 | |
| 21 | void RecordUi::StyleGroup() |
| 22 | { |
| 23 | setProperty(Prop::style_group, "frame"); |
| 24 | style_set_group(ui.content_widget, "client"); |
| 25 | style_set_group(ui.start_button, "record-button"); |
| 26 | style_set_group(ui.close_button, "record-button"); |
| 27 | } |
| 28 | |
| 29 | Macro RecordUi::Start() |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected