| 146 | } |
| 147 | |
| 148 | void AButton::SetButtonType(Type type) |
| 149 | { |
| 150 | if(mType != type) |
| 151 | { |
| 152 | mType = type; |
| 153 | InvalidateBestSize(); |
| 154 | Refresh(false); |
| 155 | PostSizeEventToParent(); |
| 156 | } |
| 157 | } |
| 158 | |
| 159 | void AButton::SetFrameMid(int mid) |
| 160 | { |
no outgoing calls
no test coverage detected