| ||||||||||||||||
| ||||||||||||||||
| Description | ||||||||||||||||
ScrolledWindow is a container that adds scroll bars to its child
| ||||||||||||||||
| Synopsis | ||||||||||||||||
| Documentation | ||||||||||||||||
| data ScrolledWindow | ||||||||||||||||
| ||||||||||||||||
| class BinClass o => ScrolledWindowClass o | ||||||||||||||||
| ||||||||||||||||
| castToScrolledWindow :: GObjectClass obj => obj -> ScrolledWindow | ||||||||||||||||
| scrolledWindowNew :: Maybe Adjustment -> Maybe Adjustment -> IO ScrolledWindow | ||||||||||||||||
| Create a new ScrolledWindow. | ||||||||||||||||
| scrolledWindowGetHAdjustment :: ScrolledWindowClass w => w -> IO Adjustment | ||||||||||||||||
| Retrieve the horizontal Adjustment of the ScrolledWindow. | ||||||||||||||||
| scrolledWindowGetVAdjustment :: ScrolledWindowClass w => w -> IO Adjustment | ||||||||||||||||
| Retrieve the vertical Adjustment of the ScrolledWindow. | ||||||||||||||||
| data PolicyType | ||||||||||||||||
| ||||||||||||||||
| scrolledWindowSetPolicy :: ScrolledWindowClass w => w -> PolicyType -> PolicyType -> IO () | ||||||||||||||||
| Specify if the scrollbars should vanish if the child size is sufficiently small. | ||||||||||||||||
| scrolledWindowGetPolicy :: ScrolledWindowClass w => w -> IO (PolicyType, PolicyType) | ||||||||||||||||
| Retrieves the current policy values for the horizontal and vertical scrollbars. | ||||||||||||||||
| scrolledWindowAddWithViewport :: (ScrolledWindowClass w, WidgetClass wid) => w -> wid -> IO () | ||||||||||||||||
| Add a child widget without native scrolling support to this ScrolledWindow. | ||||||||||||||||
| data CornerType | ||||||||||||||||
| ||||||||||||||||
| scrolledWindowSetPlacement :: ScrolledWindowClass w => w -> CornerType -> IO () | ||||||||||||||||
| Specify where the scrollbars should be placed. | ||||||||||||||||
| scrolledWindowGetPlacement :: ScrolledWindowClass w => w -> IO CornerType | ||||||||||||||||
| Gets the placement of the scrollbars for the scrolled window. | ||||||||||||||||
| data ShadowType | ||||||||||||||||
| ||||||||||||||||
| scrolledWindowSetShadowType :: ScrolledWindowClass w => w -> ShadowType -> IO () | ||||||||||||||||
| Specify if and how an outer frame should be drawn around the child. | ||||||||||||||||
| scrolledWindowGetShadowType :: ScrolledWindowClass w => w -> IO ShadowType | ||||||||||||||||
| Gets the shadow type of the scrolled window. | ||||||||||||||||
| scrolledWindowSetHAdjustment :: ScrolledWindowClass w => w -> Adjustment -> IO () | ||||||||||||||||
| Set the horizontal Adjustment of the ScrolledWindow. | ||||||||||||||||
| scrolledWindowSetVAdjustment :: ScrolledWindowClass w => w -> Adjustment -> IO () | ||||||||||||||||
| Set the vertical Adjustment of the ScrolledWindow. | ||||||||||||||||
| Produced by Haddock version 0.6 |