Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setScrolledWindowMinContentHeight :: (MonadIO m, IsScrolledWindow o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “min-content-height” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #minContentHeight := value ]
setScrolledWindowMinContentWidth :: (MonadIO m, IsScrolledWindow o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “min-content-width” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #minContentWidth := value ]
setScrolledWindowOverlayScrolling :: (MonadIO m, IsScrolledWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “overlay-scrolling” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #overlayScrolling := value ]
setScrolledWindowPropagateNaturalHeight :: (MonadIO m, IsScrolledWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “propagate-natural-height” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #propagateNaturalHeight := value ]
setScrolledWindowPropagateNaturalWidth :: (MonadIO m, IsScrolledWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “propagate-natural-width” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #propagateNaturalWidth := value ]
setScrolledWindowShadowType :: (MonadIO m, IsScrolledWindow o) => o -> ShadowType -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “shadow-type” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #shadowType := value ]
setScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o, IsAdjustment a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #vadjustment := value ]
setScrolledWindowVscrollbarPolicy :: (MonadIO m, IsScrolledWindow o) => o -> PolicyType -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “vscrollbar-policy” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #vscrollbarPolicy := value ]
setScrolledWindowWindowPlacement :: (MonadIO m, IsScrolledWindow o) => o -> CornerType -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “window-placement” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #windowPlacement := value ]
setScrolledWindowWindowPlacementSet :: (MonadIO m, IsScrolledWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ScrolledWindow Set the value of the “window-placement-set” property. When overloading is enabled, this is equivalent to
set scrolledWindow [ #windowPlacementSet := value ]