| 138 | } |
| 139 | |
| 140 | Adjustment::Ptr Viewport::GetHorizontalAdjustment() const { |
| 141 | return m_horizontal_adjustment; |
| 142 | } |
| 143 | |
| 144 | void Viewport::SetHorizontalAdjustment( Adjustment::Ptr horizontal_adjustment ) { |
| 145 | if( m_horizontal_adjustment ) { |
nothing calls this directly
no outgoing calls
no test coverage detected