Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. wrap_WidgetClassGetRequestModeFieldCallback :: Maybe (Ptr (FunPtr C_WidgetClassGetRequestModeFieldCallback)) -> WidgetClassGetRequestModeFieldCallback -> C_WidgetClassGetRequestModeFieldCallback

    gi-gtk4 GI.Gtk.Callbacks

    Wrap a WidgetClassGetRequestModeFieldCallback into a C_WidgetClassGetRequestModeFieldCallback.

  2. AnotherSizeRequestMode :: Int -> SizeRequestMode

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  3. data SizeRequestMode

    gi-gtk4 GI.Gtk.Enums

    Specifies a preference for height-for-width or width-for-height geometry management.

  4. SizeRequestModeConstantSize :: SizeRequestMode

    gi-gtk4 GI.Gtk.Enums

    Don’t trade height-for-width or width-for-height

  5. SizeRequestModeHeightForWidth :: SizeRequestMode

    gi-gtk4 GI.Gtk.Enums

    Prefer height-for-width geometry management

  6. SizeRequestModeWidthForHeight :: SizeRequestMode

    gi-gtk4 GI.Gtk.Enums

    Prefer width-for-height geometry management

  7. clearScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Set the value of the “hadjustment” property to Nothing. When overloading is enabled, this is equivalent to

    clear #hadjustment
    

  8. clearScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Set the value of the “vadjustment” property to Nothing. When overloading is enabled, this is equivalent to

    clear #vadjustment
    

  9. constructScrollableHadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Construct a GValueConstruct with valid value for the “hadjustment” property. This is rarely needed directly, but it is used by new.

  10. constructScrollableVadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Construct a GValueConstruct with valid value for the “vadjustment” property. This is rarely needed directly, but it is used by new.

Page 120 of many | Previous | Next