gi-gtk-3.0.9: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.ScrolledWindow

Contents

Description

 

Synopsis

Exported types

newtype ScrolledWindow Source #

Constructors

ScrolledWindow (ManagedPtr ScrolledWindow) 

Instances

GObject ScrolledWindow Source # 
IsObject ScrolledWindow Source # 
IsWidget ScrolledWindow Source # 
IsScrolledWindow ScrolledWindow Source # 
IsContainer ScrolledWindow Source # 
IsBin ScrolledWindow Source # 
IsBuildable ScrolledWindow Source # 
IsImplementorIface ScrolledWindow Source # 
((~) * info (ResolveScrolledWindowMethod t ScrolledWindow), MethodInfo * info ScrolledWindow p) => IsLabel t (ScrolledWindow -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> ScrolledWindow -> p #

((~) * info (ResolveScrolledWindowMethod t ScrolledWindow), MethodInfo * info ScrolledWindow p) => IsLabelProxy t (ScrolledWindow -> p) Source # 
HasAttributeList * ScrolledWindow Source # 
type SignalList ScrolledWindow Source # 
type SignalList ScrolledWindow
type AttributeList ScrolledWindow Source # 
type AttributeList ScrolledWindow

Methods

addWithViewport

data ScrolledWindowAddWithViewportMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsScrolledWindow a, IsWidget b) => MethodInfo * ScrolledWindowAddWithViewportMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowAddWithViewportMethodInfo a -> signature -> s

scrolledWindowAddWithViewport :: (MonadIO m, IsScrolledWindow a, IsWidget b) => a -> b -> m () Source #

Deprecated: (Since version 3.8)gtk_container_add() will automatically adda GtkScrollable.

getCaptureButtonPress

getHadjustment

data ScrolledWindowGetHadjustmentMethodInfo Source #

Instances

((~) * signature (m Adjustment), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetHadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetHadjustmentMethodInfo a -> signature -> s

getHscrollbar

data ScrolledWindowGetHscrollbarMethodInfo Source #

Instances

((~) * signature (m Widget), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetHscrollbarMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetHscrollbarMethodInfo a -> signature -> s

getKineticScrolling

getMinContentHeight

getMinContentWidth

getOverlayScrolling

getPlacement

data ScrolledWindowGetPlacementMethodInfo Source #

Instances

((~) * signature (m CornerType), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetPlacementMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetPlacementMethodInfo a -> signature -> s

getPolicy

data ScrolledWindowGetPolicyMethodInfo Source #

Instances

((~) * signature (m (PolicyType, PolicyType)), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetPolicyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetPolicyMethodInfo a -> signature -> s

getShadowType

data ScrolledWindowGetShadowTypeMethodInfo Source #

Instances

((~) * signature (m ShadowType), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetShadowTypeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetShadowTypeMethodInfo a -> signature -> s

getVadjustment

data ScrolledWindowGetVadjustmentMethodInfo Source #

Instances

((~) * signature (m Adjustment), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetVadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetVadjustmentMethodInfo a -> signature -> s

getVscrollbar

data ScrolledWindowGetVscrollbarMethodInfo Source #

Instances

((~) * signature (m Widget), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowGetVscrollbarMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowGetVscrollbarMethodInfo a -> signature -> s

new

setCaptureButtonPress

setHadjustment

data ScrolledWindowSetHadjustmentMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsScrolledWindow a, IsAdjustment b) => MethodInfo * ScrolledWindowSetHadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetHadjustmentMethodInfo a -> signature -> s

setKineticScrolling

data ScrolledWindowSetKineticScrollingMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetKineticScrollingMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetKineticScrollingMethodInfo a -> signature -> s

setMinContentHeight

data ScrolledWindowSetMinContentHeightMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetMinContentHeightMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetMinContentHeightMethodInfo a -> signature -> s

setMinContentWidth

data ScrolledWindowSetMinContentWidthMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetMinContentWidthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetMinContentWidthMethodInfo a -> signature -> s

setOverlayScrolling

data ScrolledWindowSetOverlayScrollingMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetOverlayScrollingMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetOverlayScrollingMethodInfo a -> signature -> s

setPlacement

data ScrolledWindowSetPlacementMethodInfo Source #

Instances

((~) * signature (CornerType -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetPlacementMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetPlacementMethodInfo a -> signature -> s

setPolicy

data ScrolledWindowSetPolicyMethodInfo Source #

Instances

((~) * signature (PolicyType -> PolicyType -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetPolicyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetPolicyMethodInfo a -> signature -> s

setShadowType

data ScrolledWindowSetShadowTypeMethodInfo Source #

Instances

((~) * signature (ShadowType -> m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowSetShadowTypeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetShadowTypeMethodInfo a -> signature -> s

setVadjustment

data ScrolledWindowSetVadjustmentMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsScrolledWindow a, IsAdjustment b) => MethodInfo * ScrolledWindowSetVadjustmentMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowSetVadjustmentMethodInfo a -> signature -> s

unsetPlacement

data ScrolledWindowUnsetPlacementMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsScrolledWindow a) => MethodInfo * ScrolledWindowUnsetPlacementMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy ScrolledWindowUnsetPlacementMethodInfo a -> signature -> s

Properties

hadjustment

data ScrolledWindowHadjustmentPropertyInfo Source #

Instances

AttrInfo ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrOrigin ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrLabel ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrLabel ScrolledWindowHadjustmentPropertyInfo = "hadjustment"
type AttrGetType ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowHadjustmentPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowHadjustmentPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowHadjustment :: AttrLabelProxy "hadjustment" Source #

hscrollbarPolicy

data ScrolledWindowHscrollbarPolicyPropertyInfo Source #

Instances

AttrInfo ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrOrigin ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrLabel ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrLabel ScrolledWindowHscrollbarPolicyPropertyInfo = "hscrollbar-policy"
type AttrGetType ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowHscrollbarPolicyPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowHscrollbarPolicyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowHscrollbarPolicy :: AttrLabelProxy "hscrollbarPolicy" Source #

kineticScrolling

data ScrolledWindowKineticScrollingPropertyInfo Source #

Instances

AttrInfo ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowKineticScrollingPropertyInfo = * ~ Bool
type AttrOrigin ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrLabel ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrLabel ScrolledWindowKineticScrollingPropertyInfo = "kinetic-scrolling"
type AttrGetType ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowKineticScrollingPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowKineticScrollingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowKineticScrolling :: AttrLabelProxy "kineticScrolling" Source #

minContentHeight

data ScrolledWindowMinContentHeightPropertyInfo Source #

Instances

AttrInfo ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowMinContentHeightPropertyInfo = * ~ Int32
type AttrOrigin ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrLabel ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrLabel ScrolledWindowMinContentHeightPropertyInfo = "min-content-height"
type AttrGetType ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowMinContentHeightPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowMinContentHeightPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowMinContentHeight :: AttrLabelProxy "minContentHeight" Source #

minContentWidth

data ScrolledWindowMinContentWidthPropertyInfo Source #

Instances

AttrInfo ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowMinContentWidthPropertyInfo = * ~ Int32
type AttrOrigin ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrLabel ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrLabel ScrolledWindowMinContentWidthPropertyInfo = "min-content-width"
type AttrGetType ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowMinContentWidthPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowMinContentWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowMinContentWidth :: AttrLabelProxy "minContentWidth" Source #

overlayScrolling

data ScrolledWindowOverlayScrollingPropertyInfo Source #

Instances

AttrInfo ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowOverlayScrollingPropertyInfo = * ~ Bool
type AttrOrigin ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrLabel ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrLabel ScrolledWindowOverlayScrollingPropertyInfo = "overlay-scrolling"
type AttrGetType ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowOverlayScrollingPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowOverlayScrollingPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowOverlayScrolling :: AttrLabelProxy "overlayScrolling" Source #

shadowType

data ScrolledWindowShadowTypePropertyInfo Source #

Instances

AttrInfo ScrolledWindowShadowTypePropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowShadowTypePropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowShadowTypePropertyInfo = * ~ ShadowType
type AttrOrigin ScrolledWindowShadowTypePropertyInfo Source # 
type AttrLabel ScrolledWindowShadowTypePropertyInfo Source # 
type AttrLabel ScrolledWindowShadowTypePropertyInfo = "shadow-type"
type AttrGetType ScrolledWindowShadowTypePropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowShadowTypePropertyInfo Source # 
type AttrAllowedOps ScrolledWindowShadowTypePropertyInfo Source # 
type AttrAllowedOps ScrolledWindowShadowTypePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowShadowType :: AttrLabelProxy "shadowType" Source #

vadjustment

data ScrolledWindowVadjustmentPropertyInfo Source #

Instances

AttrInfo ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrOrigin ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrLabel ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrLabel ScrolledWindowVadjustmentPropertyInfo = "vadjustment"
type AttrGetType ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowVadjustmentPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowVadjustmentPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowVadjustment :: AttrLabelProxy "vadjustment" Source #

vscrollbarPolicy

data ScrolledWindowVscrollbarPolicyPropertyInfo Source #

Instances

AttrInfo ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrOrigin ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrLabel ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrLabel ScrolledWindowVscrollbarPolicyPropertyInfo = "vscrollbar-policy"
type AttrGetType ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowVscrollbarPolicyPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowVscrollbarPolicyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowVscrollbarPolicy :: AttrLabelProxy "vscrollbarPolicy" Source #

windowPlacement

data ScrolledWindowWindowPlacementPropertyInfo Source #

Instances

AttrInfo ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrOrigin ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrLabel ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrLabel ScrolledWindowWindowPlacementPropertyInfo = "window-placement"
type AttrGetType ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowWindowPlacementPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowWindowPlacementPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowWindowPlacement :: AttrLabelProxy "windowPlacement" Source #

windowPlacementSet

data ScrolledWindowWindowPlacementSetPropertyInfo Source #

Instances

AttrInfo ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrSetTypeConstraint ScrolledWindowWindowPlacementSetPropertyInfo = * ~ Bool
type AttrOrigin ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrLabel ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrLabel ScrolledWindowWindowPlacementSetPropertyInfo = "window-placement-set"
type AttrGetType ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrBaseTypeConstraint ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowWindowPlacementSetPropertyInfo Source # 
type AttrAllowedOps ScrolledWindowWindowPlacementSetPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

scrolledWindowWindowPlacementSet :: AttrLabelProxy "windowPlacementSet" Source #

Signals

edgeOvershot

data ScrolledWindowEdgeOvershotSignalInfo Source #

Instances

SignalInfo ScrolledWindowEdgeOvershotSignalInfo Source # 

Associated Types

type HaskellCallbackType ScrolledWindowEdgeOvershotSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o ScrolledWindowEdgeOvershotSignalInfo -> o -> HaskellCallbackType ScrolledWindowEdgeOvershotSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType ScrolledWindowEdgeOvershotSignalInfo Source # 

onScrolledWindowEdgeOvershot :: (GObject a, MonadIO m) => a -> ScrolledWindowEdgeOvershotCallback -> m SignalHandlerId Source #

edgeReached

data ScrolledWindowEdgeReachedSignalInfo Source #

Instances

SignalInfo ScrolledWindowEdgeReachedSignalInfo Source # 

Associated Types

type HaskellCallbackType ScrolledWindowEdgeReachedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o ScrolledWindowEdgeReachedSignalInfo -> o -> HaskellCallbackType ScrolledWindowEdgeReachedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType ScrolledWindowEdgeReachedSignalInfo Source # 

onScrolledWindowEdgeReached :: (GObject a, MonadIO m) => a -> ScrolledWindowEdgeReachedCallback -> m SignalHandlerId Source #

moveFocusOut

data ScrolledWindowMoveFocusOutSignalInfo Source #

Instances

SignalInfo ScrolledWindowMoveFocusOutSignalInfo Source # 

Associated Types

type HaskellCallbackType ScrolledWindowMoveFocusOutSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o ScrolledWindowMoveFocusOutSignalInfo -> o -> HaskellCallbackType ScrolledWindowMoveFocusOutSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType ScrolledWindowMoveFocusOutSignalInfo Source # 

onScrolledWindowMoveFocusOut :: (GObject a, MonadIO m) => a -> ScrolledWindowMoveFocusOutCallback -> m SignalHandlerId Source #

scrollChild

data ScrolledWindowScrollChildSignalInfo Source #

Instances

SignalInfo ScrolledWindowScrollChildSignalInfo Source # 

Associated Types

type HaskellCallbackType ScrolledWindowScrollChildSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o ScrolledWindowScrollChildSignalInfo -> o -> HaskellCallbackType ScrolledWindowScrollChildSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType ScrolledWindowScrollChildSignalInfo Source # 

onScrolledWindowScrollChild :: (GObject a, MonadIO m) => a -> ScrolledWindowScrollChildCallback -> m SignalHandlerId Source #