| 310 | } |
| 311 | |
| 312 | void WindowPropertyFrameAndDivider_Impl::resetFrameWidth() { |
| 313 | bool result = setString(OS_WindowProperty_FrameAndDividerFields::FrameWidth, ""); |
| 314 | OS_ASSERT(result); |
| 315 | } |
| 316 | |
| 317 | bool WindowPropertyFrameAndDivider_Impl::setFrameOutsideProjection(double frameOutsideProjection) { |
| 318 | bool result = setDouble(OS_WindowProperty_FrameAndDividerFields::FrameOutsideProjection, frameOutsideProjection); |