| 134 | } |
| 135 | |
| 136 | double WindowPropertyFrameAndDivider_Impl::dividerWidth() const { |
| 137 | boost::optional<double> value = getDouble(OS_WindowProperty_FrameAndDividerFields::DividerWidth, true); |
| 138 | OS_ASSERT(value); |
| 139 | return value.get(); |
| 140 | } |
| 141 | |
| 142 | bool WindowPropertyFrameAndDivider_Impl::isDividerWidthDefaulted() const { |
| 143 | return isEmpty(OS_WindowProperty_FrameAndDividerFields::DividerWidth); |