| 305 | } |
| 306 | |
| 307 | bool WindowPropertyFrameAndDivider_Impl::setFrameWidth(double frameWidth) { |
| 308 | bool result = setDouble(OS_WindowProperty_FrameAndDividerFields::FrameWidth, frameWidth); |
| 309 | return result; |
| 310 | } |
| 311 | |
| 312 | void WindowPropertyFrameAndDivider_Impl::resetFrameWidth() { |
| 313 | bool result = setString(OS_WindowProperty_FrameAndDividerFields::FrameWidth, ""); |
no outgoing calls