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. viewportSetHadjustment :: (HasCallStack, MonadIO m, IsViewport a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Viewport

    Deprecated: (Since version 3.0)Use scrollableSetHadjustment

  2. viewportSetVadjustment :: (HasCallStack, MonadIO m, IsViewport a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Viewport

    Deprecated: (Since version 3.0)Use scrollableSetVadjustment

  3. getTextAttributesJustification :: MonadIO m => TextAttributes -> m Justification

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    get textAttributes #justification
    

  4. setTextAttributesJustification :: MonadIO m => TextAttributes -> Justification -> m ()

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #justification := value ]
    

  5. clearWidgetClassAdjustBaselineAllocation :: MonadIO m => WidgetClass -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    clear #adjustBaselineAllocation
    

  6. clearWidgetClassAdjustBaselineRequest :: MonadIO m => WidgetClass -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    clear #adjustBaselineRequest
    

  7. clearWidgetClassAdjustSizeAllocation :: MonadIO m => WidgetClass -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    clear #adjustSizeAllocation
    

  8. clearWidgetClassAdjustSizeRequest :: MonadIO m => WidgetClass -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    clear #adjustSizeRequest
    

  9. getWidgetClassAdjustBaselineAllocation :: MonadIO m => WidgetClass -> m (Maybe WidgetClassAdjustBaselineAllocationFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    get widgetClass #adjustBaselineAllocation
    

  10. getWidgetClassAdjustBaselineRequest :: MonadIO m => WidgetClass -> m (Maybe WidgetClassAdjustBaselineRequestFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    get widgetClass #adjustBaselineRequest
    

Page 90 of many | Previous | Next