Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. getWidgetClassAdjustSizeAllocation :: MonadIO m => WidgetClass -> m (Maybe WidgetClassAdjustSizeAllocationFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Get the value of the “adjust_size_allocation” field. When overloading is enabled, this is equivalent to

    get widgetClass #adjustSizeAllocation
    

  2. getWidgetClassAdjustSizeRequest :: MonadIO m => WidgetClass -> m (Maybe WidgetClassAdjustSizeRequestFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Get the value of the “adjust_size_request” field. When overloading is enabled, this is equivalent to

    get widgetClass #adjustSizeRequest
    

  3. setWidgetClassAdjustBaselineAllocation :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassAdjustBaselineAllocationFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “adjust_baseline_allocation” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #adjustBaselineAllocation := value ]
    

  4. setWidgetClassAdjustBaselineRequest :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassAdjustBaselineRequestFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “adjust_baseline_request” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #adjustBaselineRequest := value ]
    

  5. setWidgetClassAdjustSizeAllocation :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassAdjustSizeAllocationFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “adjust_size_allocation” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #adjustSizeAllocation := value ]
    

  6. setWidgetClassAdjustSizeRequest :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassAdjustSizeRequestFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “adjust_size_request” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #adjustSizeRequest := value ]
    

  7. AnotherJustification :: Int -> Justification

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  8. 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
    

  9. 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
    

  10. 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.

Page 91 of many | Previous | Next