| 1248 | //----------------------------------------------------------------------------- |
| 1249 | |
| 1250 | void GuiControl::setSizing(S32 horz, S32 vert) |
| 1251 | { |
| 1252 | mHorizSizing = horz; |
| 1253 | mVertSizing = vert; |
| 1254 | } |
| 1255 | |
| 1256 | //----------------------------------------------------------------------------- |
| 1257 |
no outgoing calls
no test coverage detected