Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. treeViewSetHadjustment :: (HasCallStack, MonadIO m, IsTreeView a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeView

    Deprecated: (Since version 3.0)Use scrollableSetHadjustment

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

    gi-gtk3 GI.Gtk.Objects.TreeView

    Deprecated: (Since version 3.0)Use scrollableSetVadjustment

  3. viewportGetHadjustment :: (HasCallStack, MonadIO m, IsViewport a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.Viewport

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  4. viewportGetVadjustment :: (HasCallStack, MonadIO m, IsViewport a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.Viewport

    Deprecated: (Since version 3.0)Use scrollableGetVadjustment

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

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

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

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

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

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

Page 89 of many | Previous | Next