| 446 | //----------------------------------------------------------------------------- |
| 447 | |
| 448 | void GuiInspector::getDivider( S32 &pos, S32 &margin ) |
| 449 | { |
| 450 | pos = (F32)getWidth() * mDividerPos; |
| 451 | margin = mDividerMargin; |
| 452 | } |
| 453 | |
| 454 | //----------------------------------------------------------------------------- |
| 455 |
no test coverage detected