| 43 | } |
| 44 | |
| 45 | double WindowPropertyFrameAndDivider_Impl::frameWidth() const { |
| 46 | boost::optional<double> value = getDouble(OS_WindowProperty_FrameAndDividerFields::FrameWidth, true); |
| 47 | OS_ASSERT(value); |
| 48 | return value.get(); |
| 49 | } |
| 50 | |
| 51 | bool WindowPropertyFrameAndDivider_Impl::isFrameWidthDefaulted() const { |
| 52 | return isEmpty(OS_WindowProperty_FrameAndDividerFields::FrameWidth); |