| ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| Description | ||||||||||||||||||||||||||||
A Viewport a helper widget that adds Adjustment slots to a widget, i.e. the widget becomes scrollable. It can then be put into ScrolledWindow and will behave as expected.
| ||||||||||||||||||||||||||||
| Synopsis | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| Documentation | ||||||||||||||||||||||||||||
| data Viewport | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| class BinClass o => ViewportClass o | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| castToViewport :: GObjectClass obj => obj -> Viewport | ||||||||||||||||||||||||||||
| viewportNew :: Adjustment -> Adjustment -> IO Viewport | ||||||||||||||||||||||||||||
| Create a new Viewport. | ||||||||||||||||||||||||||||
| viewportGetHAdjustment :: ViewportClass v => v -> IO Adjustment | ||||||||||||||||||||||||||||
| Retrieve the horizontal Adjustment of the Viewport. | ||||||||||||||||||||||||||||
| viewportGetVAdjustment :: ViewportClass v => v -> IO Adjustment | ||||||||||||||||||||||||||||
| Retrieve the vertical Adjustment of the Viewport. | ||||||||||||||||||||||||||||
| viewportSetHAdjustment :: ViewportClass v => v -> Adjustment -> IO () | ||||||||||||||||||||||||||||
| Set the horizontal Adjustment of the Viewport. | ||||||||||||||||||||||||||||
| viewportSetVAdjustment :: ViewportClass v => v -> Adjustment -> IO () | ||||||||||||||||||||||||||||
| Set the vertical Adjustment of the Viewport. | ||||||||||||||||||||||||||||
| data ShadowType | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| viewportSetShadowType :: ViewportClass v => v -> ShadowType -> IO () | ||||||||||||||||||||||||||||
| Specify if and how an outer frame should be drawn around the child. | ||||||||||||||||||||||||||||
| viewportGetShadowType :: ViewportClass v => v -> IO ShadowType | ||||||||||||||||||||||||||||
| Get the current shadow type of the Viewport. | ||||||||||||||||||||||||||||
| Produced by Haddock version 0.6 |